Skip to content

Commit 04cc68b

Browse files
committedSep 11, 2023
chore: update .github/workflows/lint.yaml
1 parent 31219ed commit 04cc68b

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@v4'
34+
- uses: 'actions/checkout@v3'
3535
- id: variables
3636
run: |
3737
MAKEFILE=$(find . -name Makefile -print -quit)

0 commit comments

Comments
 (0)
Please sign in to comment.