Skip to content

Commit

Permalink
Merge pull request #10 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 26, 2023
2 parents 0a800d9 + 0b6ef72 commit 7ba4b36
Showing 1 changed file with 1 addition and 1 deletion.
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/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4

- name: install
run: |
Expand Down

0 comments on commit 7ba4b36

Please sign in to comment.