From 74a5a587aafa6b5764acd9a062e2687d6a5f0510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 03:05:14 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 9 updates Bumps the github-actions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [docker/setup-docker-action](https://github.com/docker/setup-docker-action) | `4` | `5` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` | | [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `6` | `7` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6` | `7` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [docker/login-action](https://github.com/docker/login-action) | `3` | `4` | | [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) | `13` | `19` | | [actions/configure-pages](https://github.com/actions/configure-pages) | `5` | `6` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4` | `5` | Updates `docker/setup-docker-action` from 4 to 5 - [Release notes](https://github.com/docker/setup-docker-action/releases) - [Commits](https://github.com/docker/setup-docker-action/compare/v4...v5) 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 `goreleaser/goreleaser-action` from 6 to 7 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6...v7) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) Updates `dawidd6/action-download-artifact` from 13 to 19 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v13...v19) Updates `actions/configure-pages` from 5 to 6 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v5...v6) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/setup-docker-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: goreleaser/goreleaser-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dawidd6/action-download-artifact dependency-version: '19' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/configure-pages dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/airflow-operator.yml | 2 +- .github/workflows/build.yml | 8 ++++---- .github/workflows/python-client.yml | 4 ++-- .github/workflows/release-rc.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/rust-client-release-to-crates.yml | 2 +- .github/workflows/rust-client.yml | 2 +- .github/workflows/test-results.yml | 2 +- .github/workflows/test.yml | 10 +++++----- .github/workflows/website.yml | 4 ++-- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/airflow-operator.yml b/.github/workflows/airflow-operator.yml index a2c4aed55a7..cfd8810e665 100644 --- a/.github/workflows/airflow-operator.yml +++ b/.github/workflows/airflow-operator.yml @@ -79,7 +79,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup Docker - uses: docker/setup-docker-action@v4 + uses: docker/setup-docker-action@v5 with: daemon-config: '{"features":{"containerd-snapshotter":false}}' - run: docker buildx create --name ${DOCKER_BUILDX_BUILDER} --driver docker-container --use diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76c20849ec0..55c74bc9924 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,9 +19,9 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - - uses: goreleaser/goreleaser-action@v6 + - uses: goreleaser/goreleaser-action@v7 with: distribution: goreleaser version: v2.8.1 @@ -42,7 +42,7 @@ jobs: - name: Save Docker image tarballs as artifacts if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/patch/v')) }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: armada-image-tarballs path: /tmp/imgs @@ -84,7 +84,7 @@ jobs: run: go run github.com/magefile/mage@v1.15.0 -v packNuget - name: Save nupkg artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: nupkg-artifacts path: | diff --git a/.github/workflows/python-client.yml b/.github/workflows/python-client.yml index 881707c20a0..337b621fbd4 100644 --- a/.github/workflows/python-client.yml +++ b/.github/workflows/python-client.yml @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup Docker - uses: docker/setup-docker-action@v4 + uses: docker/setup-docker-action@v5 with: daemon-config: '{"features":{"containerd-snapshotter":false}}' - name: Setup Go @@ -77,7 +77,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup Docker - uses: docker/setup-docker-action@v4 + uses: docker/setup-docker-action@v5 with: daemon-config: '{"features":{"containerd-snapshotter":false}}' - run: docker buildx create --name ${DOCKER_BUILDX_BUILDER} --driver docker-container --use diff --git a/.github/workflows/release-rc.yml b/.github/workflows/release-rc.yml index 040246bc4dc..64c03a277fe 100644 --- a/.github/workflows/release-rc.yml +++ b/.github/workflows/release-rc.yml @@ -60,7 +60,7 @@ jobs: fetch-depth: 0 - name: "Docker login" - uses: "docker/login-action@v3" + uses: "docker/login-action@v4" with: username: "${{ secrets.DOCKERHUB_USER }}" password: "${{ secrets.DOCKERHUB_PASS }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f77679af61..bd943265f06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,10 +87,10 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: "Docker login" - uses: "docker/login-action@v3" + uses: "docker/login-action@v4" with: username: "${{ secrets.DOCKERHUB_USER }}" password: "${{ secrets.DOCKERHUB_PASS }}" @@ -121,7 +121,7 @@ jobs: echo "GORELEASER_PREVIOUS_TAG=$previous_tag" >> $GITHUB_ENV - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: distribution: goreleaser version: v2.8.1 diff --git a/.github/workflows/rust-client-release-to-crates.yml b/.github/workflows/rust-client-release-to-crates.yml index 66e15d34a60..28572833b27 100644 --- a/.github/workflows/rust-client-release-to-crates.yml +++ b/.github/workflows/rust-client-release-to-crates.yml @@ -20,7 +20,7 @@ jobs: components: clippy,rustfmt - name: Cache cargo registry and build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry diff --git a/.github/workflows/rust-client.yml b/.github/workflows/rust-client.yml index 12292a1367a..fe5b274e989 100644 --- a/.github/workflows/rust-client.yml +++ b/.github/workflows/rust-client.yml @@ -42,7 +42,7 @@ jobs: components: ${{ matrix.extra-components }} - name: Cache cargo registry and build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry diff --git a/.github/workflows/test-results.yml b/.github/workflows/test-results.yml index 1d4f9a9df12..73028586933 100644 --- a/.github/workflows/test-results.yml +++ b/.github/workflows/test-results.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Test Report - uses: dawidd6/action-download-artifact@v13 + uses: dawidd6/action-download-artifact@v20 with: name: '.*-test-reports' name_is_regexp: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c0ecfb2cd4..62ff48aaae9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Upload Test Reports Artifacts if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ts-unit-test-reports path: ./internal/lookoutui/junit.xml @@ -58,7 +58,7 @@ jobs: - name: Upload Test Reports Artifacts if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: go-unit-test-reports path: test-reports/ @@ -82,7 +82,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Docker - uses: docker/setup-docker-action@v4 + uses: docker/setup-docker-action@v5 with: daemon-config: '{"features":{"containerd-snapshotter":false}}' @@ -108,7 +108,7 @@ jobs: run: go run github.com/magefile/mage@v1.15.0 -v testsuite - name: Upload JUnit Report Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: go-integration-test-reports path: junit.xml @@ -122,7 +122,7 @@ jobs: docker logs pulsar > ./logs/pulsar.log 2>&1 - name: Upload Docker Compose Logs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: name: docker-compose-logs diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 2069a49535e..d12374b168f 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -56,7 +56,7 @@ jobs: cache-dependency-path: website/yarn.lock - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 if: github.ref == 'refs/heads/master' && steps.has-pages.outputs.HAS_PAGES == 'true' - name: Restore cache @@ -110,4 +110,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5