We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c7328 commit 3e1d178Copy full SHA for 3e1d178
.github/workflows/ci.yaml
@@ -21,14 +21,14 @@ jobs:
21
22
steps:
23
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
25
26
- name: Install Rust ${{ matrix.toolchain }}
27
run: |
28
rustup toolchain install ${{ matrix.toolchain }} --component rustfmt,clippy --target wasm32-unknown-unknown
29
rustup default ${{ matrix.toolchain }}
30
31
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
32
with:
33
path: |
34
~/.cargo/registry/index/
@@ -67,9 +67,9 @@ jobs:
67
68
69
70
71
72
73
74
75
0 commit comments