Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): Bump actions/setup-node from 3.8.0 to 3.8.1 #271

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci(deps): Bump actions/setup-node from 3.8.0 to 3.8.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.8.0...v3.8.1)

---
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] committed Aug 18, 2023
commit 20075732cc924e14703564c3a262644c0ca9b2b8
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
Loading