mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2025-10-26 11:17:22 +00:00
Bump actions/checkout from 4 to 5 (#311)
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