Skip to content

Commit 680f228

Browse files
chore(deps): bump actions/setup-node from 4.0.2 to 4.0.3 (#874)
1 parent 12f8a0f commit 680f228

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/[email protected].2
13+
- uses: actions/[email protected].3
1414
with:
1515
node-version: 16.x
1616
- name: Get yarn cache directory path
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: macOS-latest
3333
steps:
3434
- uses: actions/checkout@v4
35-
- uses: actions/[email protected].2
35+
- uses: actions/[email protected].3
3636
with:
3737
node-version: 16.x
3838
- name: Get yarn cache directory path
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: macOS-latest
7171
steps:
7272
- uses: actions/checkout@v4
73-
- uses: actions/[email protected].2
73+
- uses: actions/[email protected].3
7474
with:
7575
node-version: 16.x
7676
- name: Get yarn cache directory path
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
steps:
110110
- uses: actions/checkout@v4
111-
- uses: actions/[email protected].2
111+
- uses: actions/[email protected].3
112112
with:
113113
node-version: 16.x
114114
- name: Get yarn cache directory path
@@ -143,7 +143,7 @@ jobs:
143143
runs-on: ubuntu-latest
144144
steps:
145145
- uses: actions/checkout@v4
146-
- uses: actions/[email protected].2
146+
- uses: actions/[email protected].3
147147
with:
148148
node-version: 16.x
149149
- name: Get yarn cache directory path

0 commit comments

Comments
 (0)