Skip to content

Commit

Permalink
Merge pull request #66 from arkedge/renovate/actions-setup-node-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v3.8.1
  • Loading branch information
sksat authored Sep 7, 2023
2 parents 5452560 + cff951f commit a6a0a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: setup c2a-core
run: ./setup.sh

- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.1
with:
cache: npm
cache-dependency-path: examples/${{ matrix.c2a_user }}/package-lock.json
Expand Down

0 comments on commit a6a0a22

Please sign in to comment.