We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451a800 commit b849988Copy full SHA for b849988
1 file changed
.github/workflows/ci.yml
@@ -9,23 +9,22 @@ on:
9
env:
10
CARGO_TERM_COLOR: always
11
RUSTFLAGS: "-D warnings"
12
- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
13
14
jobs:
15
gate:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
19
- name: Install Rust toolchain
20
uses: dtolnay/rust-toolchain@stable
21
with:
22
components: clippy
23
- name: Install Node (odw selftest runs under cargo test)
24
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
25
26
node-version: 20
27
- name: Cache cargo
28
- uses: actions/cache@v4
+ uses: actions/cache@v5
29
30
path: |
31
~/.cargo/registry
0 commit comments