Skip to content

Commit

Permalink
Merge pull request #78 from hatena/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
IKEDA Sho authored Sep 5, 2023
2 parents 687964a + 500c065 commit e4345cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
CI: true

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

0 comments on commit e4345cc

Please sign in to comment.