Skip to content

Commit

Permalink
⬆️ deps(gha): Bump actions/setup-node from 4.0.3 to 4.0.4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.3...v4.0.4)

---
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 Sep 19, 2024
1 parent dfa20ca commit 4d1c82e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: "18.x"
- uses: oven-sh/setup-bun@v2
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
if: ${{ !github.event.inputs.extensions }} # only run on full runs
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: "18.x"
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-once.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: node publish-extensions
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: "20.x"
- name: Download extension file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: "18.x"
- uses: oven-sh/setup-bun@v2
Expand Down

0 comments on commit 4d1c82e

Please sign in to comment.