Skip to content

Commit

Permalink
Merge pull request #237 from rinchsan/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rinchsan authored Apr 15, 2022
2 parents 92d4c32 + 3976902 commit fb19ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install
run: npm install
- name: Build
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Validate
uses: ./
with:
Expand Down

0 comments on commit fb19ccb

Please sign in to comment.