Skip to content

Commit d7cc073

Browse files
authored
Merge pull request #932 from dev-hato/dependabot/github_actions/actions/setup-node-3.1.0
Bump actions/setup-node from 3.0.0 to 3.1.0
2 parents f6a5945 + f7eb5b4 commit d7cc073

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-check-yarn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: ${{ github.event.pull_request.head.sha }}
1919
- run: echo "NODE_VERSION=16" >> "${GITHUB_ENV}"
2020
- name: Set up Node.js ${{ env.NODE_VERSION }}
21-
uses: actions/setup-node@v3.0.0
21+
uses: actions/setup-node@v3.1.0
2222
with:
2323
node-version: ${{ env.NODE_VERSION }}
2424
cache: yarn

.github/workflows/pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cp -r ${{ env.venv_path }} "${DEST_PATH}"
6161
- run: echo "NODE_VERSION=16" >> "${GITHUB_ENV}"
6262
- name: Set up Node.js ${{ env.NODE_VERSION }}
63-
uses: actions/setup-node@v3.0.0
63+
uses: actions/setup-node@v3.1.0
6464
with:
6565
node-version: ${{ env.NODE_VERSION }}
6666
cache: yarn

0 commit comments

Comments
 (0)