Skip to content

Commit c3da378

Browse files
committed
ci(deps): update actions/setup-node action to v4.0.1
1 parent 71047a0 commit c3da378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: node-version
5656
run: echo "version=$(jq -r .engines.node package.json)" >> $GITHUB_OUTPUT
5757
- name: Install Node
58-
uses: actions/[email protected].0
58+
uses: actions/[email protected].1
5959
with:
6060
node-version: ${{ steps.node-version.outputs.version }}
6161
- uses: DanySK/[email protected]

0 commit comments

Comments
 (0)