Skip to content

Commit ce2f4ea

Browse files
committed
Update actions/checkout@v3 -> v4
1 parent 7ea65bc commit ce2f4ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
rust: [nightly, beta, stable]
2020
timeout-minutes: 45
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: dtolnay/rust-toolchain@master
2424
with:
2525
toolchain: ${{matrix.rust}}
@@ -32,7 +32,7 @@ jobs:
3232
if: github.event_name != 'pull_request'
3333
timeout-minutes: 45
3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
- uses: dtolnay/install@cargo-outdated
3737
- run: cargo outdated --exit-code 1
3838
working-directory: _skeptic

0 commit comments

Comments
 (0)