Skip to content

Commit

Permalink
Merge pull request #601 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 28, 2022
2 parents 0268c19 + 22dc3b5 commit 7bda0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ciff-example-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 7bda0cc

Please sign in to comment.