Skip to content

Commit

Permalink
Merge pull request #122 from peter-evans/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
peter-evans authored Sep 12, 2022
2 parents 5fdb3a6 + 9fb283c commit 6fcd282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6fcd282

Please sign in to comment.