diff --git a/.github/workflows/cicd-app.yml b/.github/workflows/cicd-app.yml index 57555240f9..a0495fdec6 100644 --- a/.github/workflows/cicd-app.yml +++ b/.github/workflows/cicd-app.yml @@ -148,7 +148,7 @@ jobs: uses: docker/setup-buildx-action@master - name: Cache Docker layers - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/.buildx-cache-app key: ${{ runner.os }}-single-buildx-${{ github.sha }} diff --git a/.github/workflows/cicd-datapipeline-prefect3.yml b/.github/workflows/cicd-datapipeline-prefect3.yml index ebd1a187d7..fb99ada6d5 100644 --- a/.github/workflows/cicd-datapipeline-prefect3.yml +++ b/.github/workflows/cicd-datapipeline-prefect3.yml @@ -53,7 +53,7 @@ jobs: uses: docker/setup-buildx-action@master - name: Cache Docker layers - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/.buildx-cache-pipeline key: ${{ runner.os }}-single-buildx-${{ github.sha }} diff --git a/.github/workflows/cicd-datapipeline.yml b/.github/workflows/cicd-datapipeline.yml index 58bec6f1a9..c4c7eb80eb 100644 --- a/.github/workflows/cicd-datapipeline.yml +++ b/.github/workflows/cicd-datapipeline.yml @@ -54,7 +54,7 @@ jobs: uses: docker/setup-buildx-action@master - name: Cache Docker layers - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/.buildx-cache-pipeline key: ${{ runner.os }}-single-buildx-${{ github.sha }}