Skip to content

Commit 82e05d5

Browse files
committed
Update actions/checkout@v3 -> v4
1 parent 13003d5 commit 82e05d5

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
@@ -22,7 +22,7 @@ jobs:
2222
rust: [nightly, beta, stable]
2323
timeout-minutes: 45
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- uses: dtolnay/rust-toolchain@master
2727
with:
2828
toolchain: ${{matrix.rust}}
@@ -40,7 +40,7 @@ jobs:
4040
GIT_COMMITTER_NAME: proc-macro-workshop CI
4141
timeout-minutes: 45
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- uses: dtolnay/rust-toolchain@nightly
4545
- uses: dtolnay/install@cargo-outdated
4646
- run: git fetch origin --unshallow refs/solution/${{matrix.project}} HEAD

0 commit comments

Comments
 (0)