Skip to content

Commit

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

build(deps): bump actions/setup-node from 4.0.0 to 4.0.1
  • Loading branch information
kodiakhq[bot] committed Dec 19, 2023
2 parents ec35f65 + 7378440 commit 90868ae
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.0
- uses: actions/setup-node@v4.0.1
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.0
- uses: actions/setup-node@v4.0.1
with:
node-version-file: "package.json"
cache: "npm"
Expand Down

0 comments on commit 90868ae

Please sign in to comment.