We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cc68b commit e31656fCopy full SHA for e31656f
.github/workflows/lint.yaml
@@ -31,7 +31,7 @@ jobs:
31
name: 'lint'
32
runs-on: 'ubuntu-latest'
33
steps:
34
- - uses: 'actions/checkout@v3'
+ - uses: 'actions/checkout@v4'
35
- id: variables
36
run: |
37
MAKEFILE=$(find . -name Makefile -print -quit)
0 commit comments