Skip to content

Commit

Permalink
v4 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Sep 24, 2024
1 parent 6fce46e commit 03862e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache cargo build
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
DFX_VERSION: 0.22.0
IC_REPL_VERSION: 0.7.4
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install dfx
uses: dfinity/setup-dfx@main
with:
Expand Down

0 comments on commit 03862e2

Please sign in to comment.