Bump actions/checkout from 4 to 5 (#311)
Some checks failed
Deploy / Check for new spoiler (push) Has been cancelled

This commit is contained in:
dependabot[bot] 2025-08-18 15:42:55 +02:00 committed by GitHub
parent 04150f692e
commit 257282374f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,12 +30,12 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Checkout output branch
# Run only when triggered from master
if: env.DEPLOY == 'true'
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: files
path: ${{env.OUTPUT_PATH}}