From b7c46804a5e2e39b6d626a8335f2b39903ff547f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 11:22:14 +0000 Subject: [PATCH] chore(deps): update github-actions (minor) --- .github/workflows/issue-labeler.yml | 2 +- actions/setup-buildx/action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/issue-labeler.yml index 311acf2..bae1691 100644 --- a/.github/workflows/issue-labeler.yml +++ b/.github/workflows/issue-labeler.yml @@ -37,7 +37,7 @@ jobs: name: Auto-label issues runs-on: ubuntu-latest steps: - - uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4 + - uses: github/issue-labeler@ccca1e16fcb66762200e616fc29b57b940c1cb67 # v3.5 with: repo-token: ${{ secrets.github-token || github.token }} configuration-path: ${{ inputs.configuration-path }} diff --git a/actions/setup-buildx/action.yml b/actions/setup-buildx/action.yml index a009ed7..e24f05d 100644 --- a/actions/setup-buildx/action.yml +++ b/actions/setup-buildx/action.yml @@ -19,10 +19,10 @@ runs: using: "composite" steps: - name: Set up QEMU - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 + uses: docker/setup-qemu-action@99012661954931238ded8c8b007157a8430204e1 # v4.4.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 + uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1 with: version: ${{ inputs.buildx-version != '' && inputs.buildx-version || '' }} driver-opts: ${{ inputs.buildkit-image != '' && format('image={0}', inputs.buildkit-image) || '' }}