Bump actions/checkout from 5 to 6 (#314)
Some checks are pending
Deploy / Check for new spoiler (push) Waiting to run

This commit is contained in:
dependabot[bot]
2025-11-24 19:39:30 +01:00
committed by GitHub
parent 34068d4d5e
commit 2f23aa93c6

View File

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