Skip to content

Commit

Permalink
Merge pull request #164 from arkedge/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v4
  • Loading branch information
sksat authored Oct 24, 2023
2 parents 2f582bc + 15d0258 commit 5a4fc67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: setup c2a-core
run: ./setup.sh

- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v4.0.0
with:
cache: npm
cache-dependency-path: examples/${{ matrix.c2a_user }}/package-lock.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4.0.0

- name: install
run: |
Expand Down

0 comments on commit 5a4fc67

Please sign in to comment.