Skip to content

Commit 7fedb7a

Browse files
committed
Update actions/checkout and taiki-e/cache-cargo-install-action actions
1 parent 1a21465 commit 7fedb7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
os: [ubuntu, macos, windows]
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
- uses: dtolnay/rust-toolchain@master
2323
with:
2424
toolchain: ${{ matrix.rust }}
2525

26-
- uses: taiki-e/cache-cargo-install-action@v2
26+
- uses: taiki-e/cache-cargo-install-action@v3
2727
with:
2828
tool: cargo-expand
2929

@@ -34,6 +34,6 @@ jobs:
3434
msrv:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v6
3838
- uses: taiki-e/install-action@cargo-hack
3939
- run: cargo hack check --rust-version

0 commit comments

Comments
 (0)