Merge pull request #1088 from marocchino/dependabot/github_actions/actions/checkout-4

build(deps): Bump actions/checkout from 3 to 4
This commit is contained in:
marocchino 2023-09-05 10:49:12 +09:00 committed by GitHub
commit d786a14d86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: yarn install
- run: |
set -o pipefail