diff --git a/.github/workflows/run-integration-tests-postgresql.yml b/.github/workflows/run-integration-tests-postgresql.yml index 67d27bfa..01819073 100644 --- a/.github/workflows/run-integration-tests-postgresql.yml +++ b/.github/workflows/run-integration-tests-postgresql.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v6 - name: Cache Docker Register - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}