From f44bcdae89d9c3e327da4dfdd2c284c0479b6dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:49:39 +0000 Subject: [PATCH] Bump the actions-version group across 1 directory with 5 updates Bumps the actions-version group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [dorny/paths-filter](https://github.com/dorny/paths-filter) | `3` | `4` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3` | `4` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` | | [magefile/mage-action](https://github.com/magefile/mage-action) | `3` | `4` | | [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) | `9` | `10` | Updates `dorny/paths-filter` from 3 to 4 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v3...v4) Updates `docker/setup-qemu-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4) Updates `docker/setup-buildx-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4) Updates `magefile/mage-action` from 3 to 4 - [Release notes](https://github.com/magefile/mage-action/releases) - [Commits](https://github.com/magefile/mage-action/compare/v3...v4) Updates `EndBug/add-and-commit` from 9 to 10 - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9...v10) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-version - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-version - dependency-name: dorny/paths-filter dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-version - dependency-name: EndBug/add-and-commit dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-version - dependency-name: magefile/mage-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-version ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test.yaml | 18 +++++++++--------- .github/workflows/lint.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 5775a63f..1584f726 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -20,7 +20,7 @@ jobs: graphchange: "${{ steps.graph-filter.outputs.graphchange }}" steps: - uses: "actions/checkout@v6" - - uses: "dorny/paths-filter@v3" + - uses: "dorny/paths-filter@v4" id: "filter" with: filters: | @@ -33,7 +33,7 @@ jobs: - "pkg/**" - "e2e/**" - "internal/**" - - uses: "dorny/paths-filter@v3" + - uses: "dorny/paths-filter@v4" id: "graph-filter" with: filters: | @@ -83,10 +83,10 @@ jobs: - uses: "authzed/actions/setup-go@main" with: go-version: "${{ env.GO_VERSION }}" - - uses: "docker/setup-qemu-action@v3" - - uses: "docker/setup-buildx-action@v3" + - uses: "docker/setup-qemu-action@v4" + - uses: "docker/setup-buildx-action@v4" - name: "Run Unit Tests" - uses: "magefile/mage-action@v3" + uses: "magefile/mage-action@v4" with: version: "latest" args: "test:unit" @@ -114,10 +114,10 @@ jobs: - uses: "authzed/actions/setup-go@main" with: go-version: "${{ env.GO_VERSION }}" - - uses: "docker/setup-qemu-action@v3" - - uses: "docker/setup-buildx-action@v3" + - uses: "docker/setup-qemu-action@v4" + - uses: "docker/setup-buildx-action@v4" - name: "Run E2E Tests" - uses: "magefile/mage-action@v3" + uses: "magefile/mage-action@v4" with: version: "latest" args: "test:e2e" @@ -130,7 +130,7 @@ jobs: files: | config/update-graph.yaml - name: "Commit validated update graph" - uses: "EndBug/add-and-commit@v9" + uses: "EndBug/add-and-commit@v10" if: | steps.verify-changed-graph.outputs.files_changed == 'true' with: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 0d4c195c..c9be1248 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -27,7 +27,7 @@ jobs: working-directory: "magefiles" run: "go run mvdan.cc/gofumpt -w ." - name: "Codegen" - uses: "magefile/mage-action@v3" + uses: "magefile/mage-action@v4" with: version: "latest" args: "generate" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 728a5da8..05a518f0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,8 +26,8 @@ jobs: quayio_token: "${{ secrets.QUAYIO_PASSWORD }}" github_token: "${{ secrets.GITHUB_TOKEN }}" dockerhub_token: "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}" - - uses: "docker/setup-qemu-action@v3" - - uses: "docker/setup-buildx-action@v3" + - uses: "docker/setup-qemu-action@v4" + - uses: "docker/setup-buildx-action@v4" # the release directory is gitignored, which keeps goreleaser from # complaining about a dirty tree - name: "Copy manifests to release directory"