From daf37ed74fb93beafc6e2e21d76b76df8bbd2a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:50:58 +0000 Subject: [PATCH] build(deps): bump the actions-version group across 1 directory with 6 updates Bumps the actions-version group with 6 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` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5` | `6` | | [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 `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) 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: dorny/paths-filter 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: docker/setup-buildx-action dependency-version: '4' 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 - dependency-name: codecov/codecov-action dependency-version: '6' 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 ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test.yaml | 22 +++++++++++----------- .github/workflows/lint.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 54f1b8ce..3edef26c 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,15 +83,15 @@ 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" - name: "Upload coverage reports to Codecov" - uses: "codecov/codecov-action@v5" + uses: "codecov/codecov-action@v6" with: token: "${{ secrets.CODECOV_TOKEN }}" @@ -118,15 +118,15 @@ 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" - name: "Upload coverage reports to Codecov" - uses: "codecov/codecov-action@v5" + uses: "codecov/codecov-action@v6" with: token: "${{ secrets.CODECOV_TOKEN }}" - name: "Check if validated update graph has changed" @@ -138,7 +138,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"