Skip to content

Commit b849988

Browse files
committed
ci: upgrade github actions runtimes
1 parent 451a800 commit b849988

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,22 @@ on:
99
env:
1010
CARGO_TERM_COLOR: always
1111
RUSTFLAGS: "-D warnings"
12-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
1312

1413
jobs:
1514
gate:
1615
runs-on: ubuntu-latest
1716
steps:
18-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1918
- name: Install Rust toolchain
2019
uses: dtolnay/rust-toolchain@stable
2120
with:
2221
components: clippy
2322
- name: Install Node (odw selftest runs under cargo test)
24-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2524
with:
2625
node-version: 20
2726
- name: Cache cargo
28-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2928
with:
3029
path: |
3130
~/.cargo/registry

0 commit comments

Comments
 (0)