diff --git a/.github/workflows/oci-runtime.yml b/.github/workflows/oci-runtime.yml index bfe60f8..4b538ed 100644 --- a/.github/workflows/oci-runtime.yml +++ b/.github/workflows/oci-runtime.yml @@ -70,7 +70,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Cache OCI layers uses: actions/cache@v3 diff --git a/.github/workflows/oci-server.yml b/.github/workflows/oci-server.yml index aef98e5..2a922f3 100644 --- a/.github/workflows/oci-server.yml +++ b/.github/workflows/oci-server.yml @@ -108,7 +108,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Cache OCI layers uses: actions/cache@v3