Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.0 to 4.0.1 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 6287fb0 commit d0b6457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: RedGuy12/[email protected]

- name: Setup Node.JS
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "20.6.0"
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Setup Node.JS
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "20.6.0"
cache: npm
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Setup Node.JS
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "20.6.0"
cache: npm
Expand Down

0 comments on commit d0b6457

Please sign in to comment.