diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 502e2a7b9c..785945de03 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -22,7 +22,7 @@ jobs: id: pip-cache run: echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT - name: cache for pip - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: | @@ -98,7 +98,7 @@ jobs: id: pip-cache run: echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT - name: cache for pip - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: |