Skip to content

Commit cf9fe48

Browse files
Update actions/setup-node action to v4 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0969997 commit cf9fe48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3
13+
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
1414
with:
1515
node-version: "16"
1616
cache: "yarn"

0 commit comments

Comments
 (0)