Skip to content

Commit

Permalink
ci(deps): Bump actions/setup-node from 3.8.0 to 3.8.1 (#337)
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] committed Aug 18, 2023
1 parent 5d00999 commit b65fdfa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
- id: node
if: steps.test-files-check.outputs.files_exists == 'true'
name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
- id: node
if: steps.test-files-check.outputs.files_exists == 'true'
name: Setup Node.js v${{ matrix.node-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
ref: ${{ env.REF }}
- id: node
name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
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 @@ -93,7 +93,7 @@ jobs:
run: rm .npmrc
- id: npmrc
name: Setup .npmrc file
uses: actions/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
with:
always-auth: true
node-version-file: .nvmrc
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/[email protected].0
uses: actions/[email protected].1
with:
cache: yarn
cache-dependency-path: yarn.lock
Expand Down

0 comments on commit b65fdfa

Please sign in to comment.