Bump checkout to v4
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
parent
af16cb6513
commit
6d8671dbc7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/rust-checks.yml
vendored
2
.github/workflows/rust-checks.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
RUST_BACKTRACE: 1
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
|
|
2
.github/workflows/shell-checks.yml
vendored
2
.github/workflows/shell-checks.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
name: shellcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run shellcheck
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue