diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 8aaace936..16159922c 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -75,7 +75,7 @@ jobs: echo "hash=$HASH" >> $GITHUB_OUTPUT - name: Cache executed notebooks - uses: actions/cache@v4 + uses: actions/cache@v5 id: notebook-cache with: path: docs/notebooks/**/*.ipynb @@ -139,7 +139,7 @@ jobs: echo "hash=$HASH" >> $GITHUB_OUTPUT - name: Cache executed notebooks - uses: actions/cache@v4 + uses: actions/cache@v5 id: notebook-cache with: path: docs/notebooks/**/*.ipynb