Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 4.0.2 to 4.0.3 (#747)
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 Jul 10, 2024
1 parent ddd2550 commit 3d5b383
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.JS
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 20.6.0
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ref: ${{ github.head_ref }}

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

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

- name: Setup Node.JS
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 20.6.0
cache: npm
Expand All @@ -94,7 +94,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}

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

0 comments on commit 3d5b383

Please sign in to comment.