Skip to content

Commit

Permalink
Merge pull request #4584 from ueberdosis/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-4.0.0

build(deps): bump actions/setup-node from 3.7.0 to 4.0.0
  • Loading branch information
janthurau authored Nov 18, 2023
2 parents b45cf76 + 49659fd commit 43a6a86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/[email protected]

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: actions/[email protected]

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- uses: actions/[email protected]

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.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/[email protected]
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v4.0.0
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 43a6a86

Please sign in to comment.