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 04e8e54 commit d57d85cCopy full SHA for d57d85c
.github/workflows/emscripten.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
8
- - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
+ - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
9
- uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14
10
- name: Verify
11
run: emcc -v
.github/workflows/risc.yml
@@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-24.04
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Install packages
run: |
12
sudo apt-get update -q -y
0 commit comments