Skip to content

Commit

Permalink
ci(deps): Bump actions/setup-node from 4.0.4 to 4.1.0 (#372)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2024
1 parent 100b82f commit 88b56b1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-dedupe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
token: ${{ steps.bot-token.outputs.token }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: rm .npmrc
- id: npmrc
name: Setup .npmrc file
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
always-auth: true
node-version-file: .nvmrc
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
run: rm .npmrc
- id: npmrc
name: Setup .npmrc file
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
always-auth: true
node-version-file: .nvmrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-chore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
token: ${{ steps.bot-token.outputs.token }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
trust_level: 5
- id: node
name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ref: ${{ github.ref }}
- id: node
name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down

0 comments on commit 88b56b1

Please sign in to comment.