Merge pull request #122 from peter-evans/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2 to 3
This commit is contained in:
Peter Evans 2022-09-12 14:42:42 +09:00 committed by GitHub
commit 6fcd282399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
echo ::set-output name=branch::$branch
# Checkout the branch to test
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: ${{ steps.vars.outputs.repository }}
ref: ${{ steps.vars.outputs.branch }}