diff --git a/.github/workflows/build-dockers.yml b/.github/workflows/build-dockers.yml index 169339f..cac7788 100644 --- a/.github/workflows/build-dockers.yml +++ b/.github/workflows/build-dockers.yml @@ -41,7 +41,7 @@ jobs: commit_user_email: ${{ vars.COMMIT_USER }} - name: Cache build output - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: build key: build-dockers-${{ github.sha }} @@ -68,7 +68,7 @@ jobs: ref: ${{ github.head_ref }} - name: Restore build output - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: build key: build-dockers-${{ github.sha }}