From 77a6366bd452470cafce329dfee573efaef3c4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 03:18:34 +0000 Subject: [PATCH] chore(deps): bump the minor group across 1 directory with 10 updates Bumps the minor group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.8` | `4.2.1` | | [docker/login-action](https://github.com/docker/login-action) | `3.3.0` | `3.4.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.6.1` | `5.7.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.9.0` | `3.10.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.13.0` | `6.15.0` | | [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.7.7` | `2.7.8` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.0` | `4.6.2` | | [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) | `2.0.4` | `2.0.11` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.4.0` | `5.5.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.2.0` | `4.3.0` | Updates `actions/download-artifact` from 4.1.8 to 4.2.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...v4.2.1) Updates `docker/login-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.3.0...v3.4.0) Updates `docker/metadata-action` from 5.6.1 to 5.7.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.6.1...v5.7.0) Updates `docker/setup-buildx-action` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0) Updates `docker/build-push-action` from 6.13.0 to 6.15.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.13.0...v6.15.0) Updates `Swatinem/rust-cache` from 2.7.7 to 2.7.8 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/v2.7.7...v2.7.8) Updates `actions/upload-artifact` from 4.6.0 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.0...v4.6.2) Updates `EmbarkStudios/cargo-deny-action` from 2.0.4 to 2.0.11 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.4...v2.0.11) Updates `actions/setup-python` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.4.0...v5.5.0) Updates `actions/setup-node` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_bundler_container.yaml | 10 +++++----- .github/workflows/_bundler_docs.yaml | 6 +++--- .github/workflows/_bundler_lint.yaml | 6 +++--- .github/workflows/_bundler_sqlx.yaml | 4 ++-- .github/workflows/_bundler_test.yaml | 2 +- .github/workflows/_devcontainer.yaml | 2 +- .github/workflows/_docs_build.yaml | 4 ++-- .github/workflows/_docs_lint.yaml | 2 +- .github/workflows/_helm_chart_publish.yaml | 2 +- .github/workflows/_pages_build.yaml | 4 ++-- .github/workflows/_policy_container.yaml | 2 +- .github/workflows/_techdocs_publish.yaml | 2 +- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/_bundler_container.yaml b/.github/workflows/_bundler_container.yaml index 04d55bf..48647f7 100644 --- a/.github/workflows/_bundler_container.yaml +++ b/.github/workflows/_bundler_container.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Download Prepared Queries Artifact - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.2.1 with: name: prepared-queries path: bundler/.sqlx @@ -24,7 +24,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -32,7 +32,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v5.6.1 + uses: docker/metadata-action@v5.7.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | @@ -40,10 +40,10 @@ jobs: type=raw,value=latest - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.9.0 + uses: docker/setup-buildx-action@v3.10.0 - name: Build & Publish Image - uses: docker/build-push-action@v6.13.0 + uses: docker/build-push-action@v6.15.0 with: context: bundler/ push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }} diff --git a/.github/workflows/_bundler_docs.yaml b/.github/workflows/_bundler_docs.yaml index dd40576..6a64be4 100644 --- a/.github/workflows/_bundler_docs.yaml +++ b/.github/workflows/_bundler_docs.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Download Prepared Queries Artifact - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.2.1 with: name: prepared-queries path: bundler/.sqlx @@ -23,7 +23,7 @@ jobs: default: true - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.7.7 + uses: Swatinem/rust-cache@v2.7.8 - name: Build docs uses: actions-rs/cargo@v1.0.3 @@ -39,7 +39,7 @@ jobs: run: chmod -R +rX bundler/target/doc - name: Upload Bundler Docs Artifact - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.2 with: name: bundler-docs path: bundler/target/doc/bundler diff --git a/.github/workflows/_bundler_lint.yaml b/.github/workflows/_bundler_lint.yaml index 3718ecd..bdf94e1 100644 --- a/.github/workflows/_bundler_lint.yaml +++ b/.github/workflows/_bundler_lint.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.4 + uses: EmbarkStudios/cargo-deny-action@v2.0.11 with: manifest-path: bundler/Cargo.toml command: check bans licenses sources @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Download Prepared Queries Artifact - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.2.1 with: name: prepared-queries path: bundler/.sqlx @@ -35,7 +35,7 @@ jobs: default: true - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.7.7 + uses: Swatinem/rust-cache@v2.7.8 - name: Check Formatting uses: actions-rs/cargo@v1.0.3 diff --git a/.github/workflows/_bundler_sqlx.yaml b/.github/workflows/_bundler_sqlx.yaml index 5d41240..4a73a27 100644 --- a/.github/workflows/_bundler_sqlx.yaml +++ b/.github/workflows/_bundler_sqlx.yaml @@ -30,7 +30,7 @@ jobs: default: true - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.7.7 + uses: Swatinem/rust-cache@v2.7.8 - name: Install SQLX CLI run: cargo install sqlx-cli @@ -40,7 +40,7 @@ jobs: run: cargo sqlx prepare - name: Upload Prepared Queries Artifact - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.2 with: name: prepared-queries path: bundler/.sqlx diff --git a/.github/workflows/_bundler_test.yaml b/.github/workflows/_bundler_test.yaml index 29476d8..68138a0 100644 --- a/.github/workflows/_bundler_test.yaml +++ b/.github/workflows/_bundler_test.yaml @@ -30,7 +30,7 @@ jobs: default: true - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.7.7 + uses: Swatinem/rust-cache@v2.7.8 - name: Test uses: actions-rs/cargo@v1.0.3 diff --git a/.github/workflows/_devcontainer.yaml b/.github/workflows/_devcontainer.yaml index 1ba4299..7fc79e0 100644 --- a/.github/workflows/_devcontainer.yaml +++ b/.github/workflows/_devcontainer.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.9.0 + uses: docker/setup-buildx-action@v3.10.0 - name: Build dev container uses: devcontainers/ci@v0.3.1900000417 diff --git a/.github/workflows/_docs_build.yaml b/.github/workflows/_docs_build.yaml index aabf3a9..d5226fe 100644 --- a/.github/workflows/_docs_build.yaml +++ b/.github/workflows/_docs_build.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Setup Python - uses: actions/setup-python@v5.4.0 + uses: actions/setup-python@v5.5.0 with: python-version: 3.12 @@ -25,7 +25,7 @@ jobs: run: chmod -R +rX site - name: Upload User Docs Artifact - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.2 with: name: user-docs path: site diff --git a/.github/workflows/_docs_lint.yaml b/.github/workflows/_docs_lint.yaml index 538d55b..46ea4f9 100644 --- a/.github/workflows/_docs_lint.yaml +++ b/.github/workflows/_docs_lint.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Setup Node - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v4.3.0 with: node-version: 18 diff --git a/.github/workflows/_helm_chart_publish.yaml b/.github/workflows/_helm_chart_publish.yaml index aa0b148..d0abfe5 100644 --- a/.github/workflows/_helm_chart_publish.yaml +++ b/.github/workflows/_helm_chart_publish.yaml @@ -31,7 +31,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/_pages_build.yaml b/.github/workflows/_pages_build.yaml index 5f74625..8e39319 100644 --- a/.github/workflows/_pages_build.yaml +++ b/.github/workflows/_pages_build.yaml @@ -8,13 +8,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Download User Docs Artifact - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.2.1 with: name: user-docs path: docs - name: Download User Docs Artifact - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.2.1 with: name: bundler-docs path: docs/bundler diff --git a/.github/workflows/_policy_container.yaml b/.github/workflows/_policy_container.yaml index 70fbeab..8f7056c 100644 --- a/.github/workflows/_policy_container.yaml +++ b/.github/workflows/_policy_container.yaml @@ -17,7 +17,7 @@ jobs: run: echo IMAGE_REPOSITORY=ghcr.io/$(echo "${{ github.repository }}-policy" | tr '[:upper:]' '[:lower:]' | tr '[_]' '[\-]') >> $GITHUB_ENV - name: Log in to GitHub Docker Registry - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/_techdocs_publish.yaml b/.github/workflows/_techdocs_publish.yaml index 03adb2c..63f524e 100644 --- a/.github/workflows/_techdocs_publish.yaml +++ b/.github/workflows/_techdocs_publish.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get docs artifact - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.2.1 with: name: user-docs path: site