Skip to content

Commit 67f22c4

Browse files
chore(no-release): bump actions/setup-node from 3.4.0 to 3.4.1 (#190)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3.4.0...v3.4.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 362b167 commit 67f22c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout Repository
1313
uses: actions/checkout@v3
1414
- name: Use Node.js ${{ matrix.node }}
15-
uses: actions/[email protected].0
15+
uses: actions/[email protected].1
1616
with:
1717
node-version: ${{ matrix.node }}
1818
- name: Install Dependencies
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
- name: Setup Node.js
36-
uses: actions/[email protected].0
36+
uses: actions/[email protected].1
3737
with:
3838
node-version: 14
3939
- name: Install dependencies

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- name: Install dependencies

0 commit comments

Comments
 (0)