mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-03-21 17:54:59 -05:00
Bump actions/checkout from 5 to 6 (#314)
Some checks are pending
Deploy / Check for new spoiler (push) Waiting to run
Some checks are pending
Deploy / Check for new spoiler (push) Waiting to run
This commit is contained in:
parent
34068d4d5e
commit
2f23aa93c6
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user