Skip to content

Commit 2b1aa4b

Browse files
committed
ci: Update node version due to deprecation warning
1 parent d01a238 commit 2b1aa4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
zig-version: 0.10.0
6060
- name: Install Cargo Lambda
61-
uses: jaxxstorm/action-install-gh-release@v1.9.0
61+
uses: jaxxstorm/action-install-gh-release@v1.12.0
6262
with:
6363
repo: cargo-lambda/cargo-lambda
6464
platform: linux # Other valid options: 'windows' or 'darwin'

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
zig-version: 0.10.0
2323
- name: Install Cargo Lambda
24-
uses: jaxxstorm/action-install-gh-release@v1.9.0
24+
uses: jaxxstorm/action-install-gh-release@v1.12.0
2525
with:
2626
repo: cargo-lambda/cargo-lambda
2727
platform: linux # Other valid options: 'windows' or 'darwin'

0 commit comments

Comments
 (0)