Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 0f9d0e0 commit 7a9cf90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-WASM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: '!contains(github.event.head_commit.message, ''skip ci'')'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.2.1
- name: Setup node
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
needs:
- build
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.2.1
- name: Setup node
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 7a9cf90

Please sign in to comment.