mirror of
https://github.com/Cockatrice/Magic-Token.git
synced 2026-03-21 17:46:06 -05:00
Bump actions/checkout from 5 to 6 (#339)
This commit is contained in:
parent
7b0b79f268
commit
38c3ea136d
2
.github/workflows/check_links.yml
vendored
2
.github/workflows/check_links.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
|
||||
# Restore cache
|
||||
- name: Restore lychee cache
|
||||
|
|
|
|||
2
.github/workflows/update_links.yml
vendored
2
.github/workflows/update_links.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Query Scryfall API and update picURLs
|
||||
shell: bash
|
||||
|
|
|
|||
2
.github/workflows/update_version.yml
vendored
2
.github/workflows/update_version.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Get previous version
|
||||
id: get_versions
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user