Skip to content

Commit

Permalink
Update checkout to avoid node 16 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ccouzens committed Feb 24, 2024
1 parent 357c30e commit d65f2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Install wasm-opt
run: sudo apt-get install binaryen
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: build and deploy
run: ./build.bash

0 comments on commit d65f2f7

Please sign in to comment.