Skip to content

Commit 3e1d178

Browse files
committed
ci: update actions to non-deprecated ones
1 parent 29c7328 commit 3e1d178

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121

2222
steps:
2323

24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525

2626
- name: Install Rust ${{ matrix.toolchain }}
2727
run: |
2828
rustup toolchain install ${{ matrix.toolchain }} --component rustfmt,clippy --target wasm32-unknown-unknown
2929
rustup default ${{ matrix.toolchain }}
3030
31-
- uses: actions/cache@v3
31+
- uses: actions/cache@v4
3232
with:
3333
path: |
3434
~/.cargo/registry/index/
@@ -67,9 +67,9 @@ jobs:
6767

6868
steps:
6969

70-
- uses: actions/checkout@v3
70+
- uses: actions/checkout@v4
7171

72-
- uses: actions/cache@v3
72+
- uses: actions/cache@v4
7373
with:
7474
path: |
7575
~/.cargo/registry/index/

0 commit comments

Comments
 (0)