Skip to content

Commit 6663aa7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
- name: Set up node.
15-
uses: actions/setup-node@v4.3.0
15+
uses: actions/setup-node@v4.4.0
1616
with:
1717
node-version: 17.x
1818
- name: Install and build.

0 commit comments

Comments
 (0)