We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61cf8ca + 618357c commit b9cd3aaCopy full SHA for b9cd3aa
.github/workflows/pytest.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: setup c2a-core
50
run: ./setup.sh
51
52
- - uses: actions/setup-node@v4.0.2
+ - uses: actions/setup-node@v4.0.3
53
with:
54
cache: npm
55
cache-dependency-path: examples/${{ matrix.c2a_user }}/package-lock.json
.github/workflows/validate-renovate.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v4.1.7
15
16
17
- name: install
18
run: |
0 commit comments