diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 93112d9b..5fb4f392 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 # fetch all history for all branches, required for the changed-files action - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: cache with: path: | diff --git a/.github/workflows/scheduled_or_manual.yml b/.github/workflows/scheduled_or_manual.yml index fc48b55b..953af749 100644 --- a/.github/workflows/scheduled_or_manual.yml +++ b/.github/workflows/scheduled_or_manual.yml @@ -41,7 +41,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v5 - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: cache with: path: |