⬆️ chore(deps): update actions/checkout action to v6 (#584)
Some checks are pending
Build Site / Check and Build for Pull Requests (push) Waiting to run
Build Site / Build and Deploy on Main Push (push) Waiting to run

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-11-23 01:29:51 +09:00 committed by GitHub
parent 393c5a8cb9
commit ab4bcd5695
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- name: Checkout Code
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Zola Build
uses: shalzz/zola-deploy-action@v0.21.0
@ -34,7 +34,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: Checkout Code
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Build and Deploy
uses: shalzz/zola-deploy-action@v0.21.0