Skip to content

Commit 09623a9

Browse files
Update actions/setup-node action to v6
1 parent f6b3c9f commit 09623a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v3
1212
- name: Set up node
13-
uses: actions/setup-node@v3
13+
uses: actions/setup-node@v6
1414
with:
1515
cache: yarn
1616
cache-dependency-path: yarn.lock
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v3
2626
- name: Set up node
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v6
2828
with:
2929
cache: yarn
3030
cache-dependency-path: yarn.lock

0 commit comments

Comments
 (0)