Skip to content

Commit 7dfbe7d

Browse files
authored
Merge pull request #31 from devsheva/renovate/master-actions-setup-node-4.x
chore(deps): update actions/setup-node action to v4.0.4 (master)
2 parents 2a6185b + daeb8c4 commit 7dfbe7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
version: 9
2020
- name: Setup Node.js environment
21-
uses: actions/[email protected].3
21+
uses: actions/[email protected].4
2222
with:
2323
node-version-file: '.tool-versions'
2424
cache: 'pnpm'
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
version: 9
4040
- name: Setup Node.js environment
41-
uses: actions/[email protected].3
41+
uses: actions/[email protected].4
4242
with:
4343
node-version-file: '.tool-versions'
4444
cache: 'pnpm'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
version: 9
1717
- name: Setup Node.js environment
18-
uses: actions/[email protected].3
18+
uses: actions/[email protected].4
1919
with:
2020
node-version-file: '.tool-versions'
2121
cache: 'pnpm'

0 commit comments

Comments
 (0)