Skip to content

Commit

Permalink
Update the ci workflow actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement Wanjau committed Dec 19, 2024
1 parent 8686977 commit c7a9ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Add the wasm32-unknown-unknown target
run: rustup target add wasm32-unknown-unknown
- name: Install Cargo Hack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Add the wasm32-unknown-unknown target
run: rustup target add wasm32-unknown-unknown
- name: Install Cargo Hack
Expand Down

0 comments on commit c7a9ba8

Please sign in to comment.