Skip to content

Commit

Permalink
Merge pull request #135 from saiichihashimoto/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-node-4.0.2

build(deps): bump actions/setup-node from 4.0.1 to 4.0.2
  • Loading branch information
kodiakhq[bot] committed Feb 7, 2024
2 parents b820a55 + ff1d2b0 commit 2e323a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
- uses: actions/setup-node@v4.0.1
- uses: actions/setup-node@v4.0.2
with:
node-version-file: "package.json"
cache: "npm"
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4.0.1
- uses: actions/setup-node@v4.0.2
with:
node-version-file: "package.json"
cache: "npm"
Expand Down

0 comments on commit 2e323a2

Please sign in to comment.