Merge pull request #1631 from marocchino/dependabot/github_actions/actions/checkout-6
Some checks are pending
Test / test (push) Waiting to run

build(deps): Bump actions/checkout from 5 to 6
This commit is contained in:
marocchino 2026-03-12 19:04:33 +09:00 committed by GitHub
commit a8dcf295dd
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@v5
- uses: actions/checkout@v6
- run: yarn install
- run: |
set -o pipefail