Skip to content

Commit cff6b7c

Browse files
Update actions/checkout action to v3 (#295)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent b7a09e9 commit cff6b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cancel-in-progress: true
2828
runs-on: ubuntu-20.04
2929
steps:
30-
- uses: actions/checkout@v2.4.0
30+
- uses: actions/checkout@v3.0.0
3131
with:
3232
fetch-depth: 0
3333
- uses: github/super-linter/[email protected]

0 commit comments

Comments
 (0)