Updated actions/checkout for gha from v2 to v3 (#2053)

This commit is contained in:
Takeshi Nakatani 2022-11-05 15:08:42 +09:00 committed by GitHub
parent aec7efc3af
commit 23a5583a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ jobs:
if [ "${{ matrix.container }}" = "opensuse/leap:15" ]; then zypper install -y tar gzip; fi
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v3
# [NOTE]
# Matters that depend on OS:VERSION are determined and executed in the following script.
@ -123,7 +123,7 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Brew tap
run: |