Skip to content

Commit 9578078

Browse files
authored
Upgrade recrypt and other deps (#121)
1 parent c589687 commit 9578078

File tree

7 files changed

+944
-774
lines changed

7 files changed

+944
-774
lines changed

.github/workflows/wasm-ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node_version:
1717
- '18'
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- uses: actions-rs/toolchain@v1
2121
with:
2222
profile: minimal
@@ -26,11 +26,11 @@ jobs:
2626
- uses: IronCoreLabs/[email protected]
2727
with:
2828
crate: wasm-bindgen-cli
29-
version: 0.2.92 # needs to match Cargo.toml and flake.nix version
29+
version: 0.2.95 # needs to match Cargo.toml and flake.nix version
3030
accesskey: AKIAU2WBY6VDTC563V7G
3131
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }}
32-
os: ubuntu-20.04
33-
- uses: actions/setup-node@v3
32+
os: ubuntu-22.04
33+
- uses: actions/setup-node@v4
3434
with:
3535
node-version: ${{ matrix.node_version }}
3636
cache: yarn

0 commit comments

Comments
 (0)