Skip to content

Commit ac90ddd

Browse files
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] <support@github.com>
1 parent caf869a commit ac90ddd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: echo "##[set-output name=nvmrc;]$(cat .nvmrc)"
8181
- name: 🏗 Set up Node.js ${{ steps.nvm.outputs.nvmrc }}
8282
if: ${{ matrix.id == 'prettier' }}
83-
uses: actions/setup-node@v3.8.0
83+
uses: actions/setup-node@v3.8.1
8484
with:
8585
node-version: "${{ steps.nvm.outputs.nvmrc }}"
8686
- name: 🏗 Get pip cache dir

.github/workflows/typing.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
id: nvm
7070
run: echo "##[set-output name=nvmrc;]$(cat .nvmrc)"
7171
- name: 🏗 Set up Node.js ${{ steps.nvm.outputs.nvmrc }}
72-
uses: actions/setup-node@v3.8.0
72+
uses: actions/setup-node@v3.8.1
7373
with:
7474
node-version: "${{ steps.nvm.outputs.nvmrc }}"
7575
- name: 🏗 Get pip cache directory

0 commit comments

Comments
 (0)