Skip to content

Commit

Permalink
build(deps): bump actions/setup-node in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).


Updates `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
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 48aca85 commit 7bda3fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: package.json
- run: yarn install --immutable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup registry url with NPM
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
registry-url: https://registry.npmjs.org
node-version-file: package.json
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Rename before Publish to GitHub Packages
run: 'sed -i "s/\"name\": \"/\"name\": \"@mogeko\//g" package.json'
- name: Setup registry url with GitHub Packages
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
registry-url: https://npm.pkg.github.com
node-version: 16
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: package.json
- run: yarn install --immutable
Expand Down

0 comments on commit 7bda3fa

Please sign in to comment.