diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 65564cf..038aa53 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Restore cache - name: Restore lychee cache diff --git a/.github/workflows/update_links.yml b/.github/workflows/update_links.yml index 002b7d3..55d548c 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@v4 + uses: actions/checkout@v5 - name: Query Scryfall API and update picURLs shell: bash diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index 1abea03..d02e371 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@v4 + uses: actions/checkout@v5 - name: Get previous version id: get_versions