Skip to content

Commit

Permalink
Merge pull request #79 from hatena/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
IKEDA Sho authored Oct 24, 2023
2 parents e4345cc + 8beb970 commit f7a82aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: actions/cache@v3
Expand Down

0 comments on commit f7a82aa

Please sign in to comment.