Skip to content

Commit 4f38288

Browse files
dependabot[bot]rvagg
authored andcommitted
chore(deps): bump actions/setup-node from 4.0.2 to 4.0.3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d03a1f0 commit 4f38288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Use Node.js ${{ matrix.node }}
18-
uses: actions/[email protected].2
18+
uses: actions/[email protected].3
1919
with:
2020
node-version: ${{ matrix.node }}
2121
- name: Set up ghauth config (Ubuntu)
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
fetch-depth: 0
5656
- name: Setup Node.js
57-
uses: actions/[email protected].2
57+
uses: actions/[email protected].3
5858
with:
5959
node-version: lts/*
6060
- name: Install dependencies

0 commit comments

Comments
 (0)