Update actions/checkout (#9587)

This commit is contained in:
Masaya Suzuki 2023-01-15 16:03:18 +09:00 committed by GitHub
parent a2e61c6708
commit e1159e9ef2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -11,7 +11,7 @@ jobs:
yarn_install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
submodules: true
@ -33,7 +33,7 @@ jobs:
- frontend
- sw
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
submodules: true