diff --git a/.github/workflows/ci-container.yml b/.github/workflows/ci-container.yml index d925acd0d73..5d709c33b23 100644 --- a/.github/workflows/ci-container.yml +++ b/.github/workflows/ci-container.yml @@ -47,7 +47,7 @@ jobs: - name: Verify containerd snapshotter is active run: docker info -f '{{.DriverStatus}}' - name: Make BuildKit default - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - uses: ./.github/actions/maven-cache - uses: ./.github/actions/maven-github-settings with: diff --git a/.github/workflows/ci-xqts-comment.yml b/.github/workflows/ci-xqts-comment.yml index a121b38e403..d52d29f106a 100644 --- a/.github/workflows/ci-xqts-comment.yml +++ b/.github/workflows/ci-xqts-comment.yml @@ -29,7 +29,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - name: Download XQTS Comparison - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: xqts-comparison run-id: ${{ github.event.workflow_run.id }} @@ -39,7 +39,7 @@ jobs: id: pr run: echo "number=$(cat xqts-comparison/pr-number.txt)" >> "$GITHUB_OUTPUT" - name: Post or Update Comparison Comment - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: xqts-comparison number: ${{ steps.pr.outputs.number }}