Skip to content

Commit 7bda0cc

Browse files
authored
Merge pull request #601 from peter-evans/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 0268c19 + 22dc3b5 commit 7bda0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ciff-example-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo ::set-output name=branch::$branch
1919
2020
# Checkout the branch to test
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
with:
2323
repository: ${{ steps.vars.outputs.repository }}
2424
ref: ${{ steps.vars.outputs.branch }}

0 commit comments

Comments
 (0)