Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 4.0.2 to 4.0.3
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.2...v4.0.3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 48ed501 commit 55bffff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
node-version: 20
Expand All @@ -45,7 +45,7 @@ jobs:
]
- if: steps.release.outputs.released == 'true'
name: Setup Node.js with GitHub Packages
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
registry-url: 'https://npm.pkg.github.com'
- env:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
node-version: 20
Expand All @@ -37,7 +37,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
node-version: 20
Expand All @@ -56,7 +56,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
node-version: 20
Expand All @@ -75,7 +75,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
node-version: 20
Expand All @@ -94,7 +94,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
node-version: 20
Expand All @@ -118,7 +118,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
node-version: 20
Expand Down

0 comments on commit 55bffff

Please sign in to comment.