Skip to content

Commit d6763f9

Browse files
chore(deps): update actions/setup-node action to v4.1.0
1 parent b8c736a commit d6763f9

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.1.0
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.1.0
2121

2222
- name: install
2323
run: |

0 commit comments

Comments
 (0)