We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f68308 commit 6ab44f9Copy full SHA for 6ab44f9
.github/actions/install-rust/action.yml
@@ -8,5 +8,5 @@ inputs:
8
default: 'stable'
9
10
runs:
11
- using: node16
+ using: node20
12
main: 'main.js'
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
with:
16
submodules: true
17
- uses: ./.github/actions/install-rust
@@ -34,7 +34,7 @@ jobs:
34
rust: stable
35
36
37
38
39
40
0 commit comments