Skip to content

Commit 107db5d

Browse files
chore(deps): update actions/setup-node action to v4.0.4
1 parent 72cb16b commit 107db5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
package_json_file: examples/${{ matrix.c2a_user }}/package.json
5555

56-
- uses: actions/setup-node@v4.0.3
56+
- uses: actions/setup-node@v4.0.4
5757
with:
5858
cache: pnpm
5959
cache-dependency-path: examples/${{ matrix.c2a_user }}/pnpm-lock.yaml

.github/workflows/validate-renovate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
version: 9
1919

20-
- uses: actions/setup-node@v4.0.3
20+
- uses: actions/setup-node@v4.0.4
2121

2222
- name: install
2323
run: |

0 commit comments

Comments
 (0)