diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6203ac6b..dd9a10e0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Restore live data from cache - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: | public/stream-versions.yml diff --git a/.github/workflows/update-content.yml b/.github/workflows/update-content.yml index 606602ca..cd08224b 100644 --- a/.github/workflows/update-content.yml +++ b/.github/workflows/update-content.yml @@ -39,7 +39,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Save live data to cache - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: | public/stream-versions.yml