-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade recrypt and other deps (#121)
- Loading branch information
Showing
7 changed files
with
944 additions
and
774 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
node_version: | ||
- '18' | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
profile: minimal | ||
|
@@ -26,11 +26,11 @@ jobs: | |
- uses: IronCoreLabs/[email protected] | ||
with: | ||
crate: wasm-bindgen-cli | ||
version: 0.2.92 # needs to match Cargo.toml and flake.nix version | ||
version: 0.2.95 # needs to match Cargo.toml and flake.nix version | ||
accesskey: AKIAU2WBY6VDTC563V7G | ||
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }} | ||
os: ubuntu-20.04 | ||
- uses: actions/setup-node@v3 | ||
os: ubuntu-22.04 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: ${{ matrix.node_version }} | ||
cache: yarn | ||
|
Oops, something went wrong.