Skip to content

Commit b9cd3aa

Browse files
authored
Merge pull request #361 from arkedge/renovate/actions-setup-node-4.x
Update actions/setup-node action to v4.0.3
2 parents 61cf8ca + 618357c commit b9cd3aa

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
@@ -49,7 +49,7 @@ jobs:
4949
- name: setup c2a-core
5050
run: ./setup.sh
5151

52-
- uses: actions/setup-node@v4.0.2
52+
- uses: actions/setup-node@v4.0.3
5353
with:
5454
cache: npm
5555
cache-dependency-path: examples/${{ matrix.c2a_user }}/package-lock.json

.github/workflows/validate-renovate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4.1.7
15-
- uses: actions/setup-node@v4.0.2
15+
- uses: actions/setup-node@v4.0.3
1616

1717
- name: install
1818
run: |

0 commit comments

Comments
 (0)