Skip to content

Commit

Permalink
Merge pull request #39 from saiichihashimoto/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/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] authored Feb 8, 2024
2 parents fa2abbb + f5d3e25 commit f055b2d
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/[email protected].1
- uses: actions/[email protected].2
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/[email protected].1
- uses: actions/[email protected].2
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/[email protected].1
- uses: actions/[email protected].2
with:
node-version-file: "package.json"
cache: "npm"
Expand Down

0 comments on commit f055b2d

Please sign in to comment.