Skip to content

Commit

Permalink
ci: 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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 9, 2024
1 parent 8d04249 commit bf25a73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-go-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
persist-credentials: false

- name: Setup NodeJS
uses: actions/setup-node@v4.0.2 # https://github.com/actions/setup-node
uses: actions/setup-node@v4.0.3 # https://github.com/actions/setup-node
with:
node-version: 18
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-js-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
persist-credentials: false

- name: Setup NodeJS
uses: actions/setup-node@v4.0.2 # https://github.com/actions/setup-node
uses: actions/setup-node@v4.0.3 # https://github.com/actions/setup-node
with:
node-version: 18
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
persist-credentials: false

- name: Setup NodeJS
uses: actions/setup-node@v4.0.2 # https://github.com/actions/setup-node
uses: actions/setup-node@v4.0.3 # https://github.com/actions/setup-node
with:
node-version: 18
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-ts-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
persist-credentials: false

- name: Setup NodeJS
uses: actions/setup-node@v4.0.2 # https://github.com/actions/setup-node
uses: actions/setup-node@v4.0.3 # https://github.com/actions/setup-node
with:
node-version: 18
cache: 'npm'
Expand Down

0 comments on commit bf25a73

Please sign in to comment.