diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 66646ae..d99a40b 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -112,7 +112,7 @@ jobs: - name: Manually create pip cache dir run: mkdir -p ~/.cache/pip - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cache env: cache-name: cache-pip