diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index f39070eeab..88d5d1eea6 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -24,7 +24,7 @@ jobs: - name: Cache Docker Register if: ${{ github.event_name == 'pull_request' }} - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }} diff --git a/.github/workflows/release-project.yml b/.github/workflows/release-project.yml index d9c5ad19d4..aeb75e2e11 100644 --- a/.github/workflows/release-project.yml +++ b/.github/workflows/release-project.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Cache Docker Register - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}