Skip to content

Commit

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

build(deps): bump actions/setup-node from 4.1.0 to 4.2.0
  • Loading branch information
kodiakhq[bot] authored Jan 27, 2025
2 parents 7826f7e + 9bd032d commit 65bedd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1.0
- uses: actions/setup-node@v4.2.0
with:
node-version-file: "package.json"
cache: "npm"
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4.1.0
- uses: actions/setup-node@v4.2.0
with:
node-version-file: "package.json"
cache: "npm"
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4.1.0
- uses: actions/setup-node@v4.2.0
with:
node-version-file: "package.json"
cache: "npm"
Expand Down

0 comments on commit 65bedd1

Please sign in to comment.