Skip to content

Commit

Permalink
Merge pull request #865 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 f626a53 + 1e476c0 commit 973f21e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 @@ -52,7 +52,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 @@ -244,7 +244,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 @@ -278,7 +278,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 @@ -311,7 +311,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 973f21e

Please sign in to comment.