use actions/checkout@v4 in CI
This commit is contained in:
parent
e8e0104869
commit
139a7a8c7c
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: check
|
name: check
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: shellcheck *.sh monitoring/*.sh
|
- run: shellcheck *.sh monitoring/*.sh
|
||||||
|
|
Loading…
Reference in a new issue