Skip to content

Commit a7218a0

Browse files
renovate[bot]mrtnzlml
authored andcommitted
Update actions/setup-node action to v4.4.0
1 parent 0b800f9 commit a7218a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/[email protected]
21-
- uses: actions/setup-node@v4.3.0
21+
- uses: actions/setup-node@v4.4.0
2222
with:
2323
node-version: 22.14.0
2424
cache: yarn

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/[email protected]
19-
- uses: actions/setup-node@v4.3.0
19+
- uses: actions/setup-node@v4.4.0
2020
with:
2121
node-version: 22.14.0
2222
- name: Install dependencies

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/[email protected]
21-
- uses: actions/setup-node@v4.3.0
21+
- uses: actions/setup-node@v4.4.0
2222
with:
2323
node-version: 22.14.0
2424
cache: yarn

0 commit comments

Comments
 (0)