diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0904d82..32b2071 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: - name: Cache environment id: cached-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 env: CACHE_NUMBER: 0 # Increment this number if you wish to hard-refresh the cache. with: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e38c56a..b64fc72 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -36,7 +36,7 @@ jobs: - name: Cache environment id: cached-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 env: CACHE_NUMBER: 0 # Increment this number if you wish to hard-refresh the cache. with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f9d86ed..5049711 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,7 +33,7 @@ jobs: - name: Cache environment id: cached-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 env: CACHE_NUMBER: 0 # Increment this number if you wish to hard-refresh the cache. with: