diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2edcbd0..18e835c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: with: python-version: 3.x - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: key: mkdocs-material-${{ env.cache_id }} path: .cache diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 9c310e3..c7f8587 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -21,7 +21,7 @@ jobs: with: python-version: 3.x - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: key: mkdocs-material-${{ env.cache_id }} path: .cache