diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 84fbcad19..11a64a887 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -76,7 +76,7 @@ jobs: echo "hash=$HASH" >> $GITHUB_OUTPUT - name: Cache executed notebooks - uses: actions/cache@v5 + uses: actions/cache@v6 id: notebook-cache with: path: docs/notebooks/**/*.ipynb @@ -140,7 +140,7 @@ jobs: echo "hash=$HASH" >> $GITHUB_OUTPUT - name: Cache executed notebooks - uses: actions/cache@v5 + uses: actions/cache@v6 id: notebook-cache with: path: docs/notebooks/**/*.ipynb