Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 0e51f81

Browse files
committed
Update actions/setup-node action to v4.1.0
1 parent 583dc35 commit 0e51f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
example: ${{ fromJSON(needs.all.outputs.languages).javascript }}
3030
steps:
3131
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32-
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
32+
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
3333
with:
3434
node-version: ${{ matrix.example.misc.node-version || '20.4.0' }}
3535
- name: test setup

0 commit comments

Comments
 (0)