Merge pull request #1576 from marocchino/dependabot/github_actions/actions/checkout-5

build(deps): Bump actions/checkout from 4 to 5
This commit is contained in:
marocchino 2025-08-14 16:56:06 +09:00 committed by GitHub
commit 6b2e3507a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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