Skip to content

Commit e31656f

Browse files
fix(deps): update actions/checkout action to v4 (#836)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 04cc68b commit e31656f

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
@@ -31,7 +31,7 @@ jobs:
3131
name: 'lint'
3232
runs-on: 'ubuntu-latest'
3333
steps:
34-
- uses: 'actions/checkout@v3'
34+
- uses: 'actions/checkout@v4'
3535
- id: variables
3636
run: |
3737
MAKEFILE=$(find . -name Makefile -print -quit)

0 commit comments

Comments
 (0)