Merge pull request #4607 from h3poteto/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4
This commit is contained in:
AkiraFukushima 2023-10-01 00:13:10 +09:00 committed by GitHub
commit 2cb0469c7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: '18'
@ -45,7 +45,7 @@ jobs:
timeout-minutes: 40
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: '18'
@ -74,7 +74,7 @@ jobs:
timeout-minutes: 40
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: '18'

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install packages
run: |
yarn install