mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-04-25 07:28:40 -05:00
Bump actions/checkout from 4 to 5 (#311)
Some checks failed
Deploy / Check for new spoiler (push) Has been cancelled
Some checks failed
Deploy / Check for new spoiler (push) Has been cancelled
This commit is contained in:
parent
04150f692e
commit
257282374f
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user