diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index d72fa0d..78fceae 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Restore cache - name: Restore lychee cache diff --git a/.github/workflows/update_links.yml b/.github/workflows/update_links.yml index a4f2e9b..0c7af2b 100644 --- a/.github/workflows/update_links.yml +++ b/.github/workflows/update_links.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Query Scryfall API and update picURLs shell: bash diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index 1902bc1..80a60a0 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get previous version id: get_versions