Skip to content

Commit 68d4f34

Browse files
Bump actions/setup-node from 3.6.0 to 3.8.2
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.8.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@64ed1c7...1a4442c) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7cf887 commit 68d4f34

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Prepare
2424
steps:
2525
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
26-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
26+
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
2727
with:
2828
node-version: '18.x'
2929
registry-url: 'https://registry.npmjs.org'
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
4646
# Setup .npmrc file to publish to npm
47-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
47+
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
4848
with:
4949
node-version: '18.x'
5050
registry-url: 'https://registry.npmjs.org'
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
7171
# Setup .npmrc file to publish to GitHub Packages
72-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
72+
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
7373
with:
7474
node-version: '18.x'
7575
registry-url: 'https://npm.pkg.github.com'

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Set up Node 18.x
28-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
28+
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
2929
with:
3030
node-version: '18.x'
3131
registry-url: 'https://registry.npmjs.org'

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ref: ${{ github.event.pull_request.head.sha }}
5353

5454
- name: Set up Node.js ${{ matrix.node-version }}
55-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
55+
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
5656
with:
5757
node-version: ${{ matrix.node-version }}
5858
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)