Skip to content

Commit

Permalink
Merge pull request #99 from onchainification/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
gosuto-inzasheru authored Jul 14, 2024
2 parents cc59174 + 5fed069 commit 6b0d9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
version: nightly
- name: Install subdependencies
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: "yarn"
cache-dependency-path: "lib/delay-module"
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
with:
version: nightly
- name: Install subdependencies
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: "yarn"
cache-dependency-path: "lib/delay-module"
Expand Down

0 comments on commit 6b0d9ec

Please sign in to comment.