From 5d7701ee86ca905f346f729ddeff171edc47edcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:25:07 +0000 Subject: [PATCH] chore(deps): bump the minor group with 5 updates Bumps the minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.7.7` | `2.9.1` | | [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) | `2.0.4` | `2.0.20` | | [devcontainers/ci](https://github.com/devcontainers/ci) | `0.3.1900000417` | `0.3.1900000450` | | [helm/chart-testing-action](https://github.com/helm/chart-testing-action) | `2.7.0` | `2.8.0` | | [open-policy-agent/setup-opa](https://github.com/open-policy-agent/setup-opa) | `2.2.0` | `2.4.0` | Updates `Swatinem/rust-cache` from 2.7.7 to 2.9.1 - [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.9.1) Updates `EmbarkStudios/cargo-deny-action` from 2.0.4 to 2.0.20 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.4...v2.0.20) Updates `devcontainers/ci` from 0.3.1900000417 to 0.3.1900000450 - [Release notes](https://github.com/devcontainers/ci/releases) - [Commits](https://github.com/devcontainers/ci/compare/v0.3.1900000417...v0.3.1900000450) Updates `helm/chart-testing-action` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.7.0...v2.8.0) Updates `open-policy-agent/setup-opa` from 2.2.0 to 2.4.0 - [Release notes](https://github.com/open-policy-agent/setup-opa/releases) - [Commits](https://github.com/open-policy-agent/setup-opa/compare/v2.2.0...v2.4.0) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: devcontainers/ci dependency-version: 0.3.1900000450 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: helm/chart-testing-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: open-policy-agent/setup-opa dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_bundler_docs.yaml | 2 +- .github/workflows/_bundler_lint.yaml | 4 ++-- .github/workflows/_bundler_sqlx.yaml | 2 +- .github/workflows/_bundler_test.yaml | 2 +- .github/workflows/_devcontainer.yaml | 2 +- .github/workflows/_helm_chart_lint.yaml | 2 +- .github/workflows/_policy_container.yaml | 2 +- .github/workflows/_policy_test.yaml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/_bundler_docs.yaml b/.github/workflows/_bundler_docs.yaml index dd405767..f0313aa3 100644 --- a/.github/workflows/_bundler_docs.yaml +++ b/.github/workflows/_bundler_docs.yaml @@ -23,7 +23,7 @@ jobs: default: true - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.7.7 + uses: Swatinem/rust-cache@v2.9.1 - name: Build docs uses: actions-rs/cargo@v1.0.3 diff --git a/.github/workflows/_bundler_lint.yaml b/.github/workflows/_bundler_lint.yaml index 977725d6..2558e768 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.20 with: rust-version: "1.95.0" manifest-path: bundler/Cargo.toml @@ -36,7 +36,7 @@ jobs: default: true - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.7.7 + uses: Swatinem/rust-cache@v2.9.1 - 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 5d41240e..2977901a 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.9.1 - name: Install SQLX CLI run: cargo install sqlx-cli diff --git a/.github/workflows/_bundler_test.yaml b/.github/workflows/_bundler_test.yaml index 29476d8f..8ebbd02d 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.9.1 - name: Test uses: actions-rs/cargo@v1.0.3 diff --git a/.github/workflows/_devcontainer.yaml b/.github/workflows/_devcontainer.yaml index 1ba4299e..65238fda 100644 --- a/.github/workflows/_devcontainer.yaml +++ b/.github/workflows/_devcontainer.yaml @@ -14,4 +14,4 @@ jobs: uses: docker/setup-buildx-action@v3.9.0 - name: Build dev container - uses: devcontainers/ci@v0.3.1900000417 + uses: devcontainers/ci@v0.3.1900000450 diff --git a/.github/workflows/_helm_chart_lint.yaml b/.github/workflows/_helm_chart_lint.yaml index d1848be6..d8a65c0d 100644 --- a/.github/workflows/_helm_chart_lint.yaml +++ b/.github/workflows/_helm_chart_lint.yaml @@ -16,7 +16,7 @@ jobs: uses: azure/setup-helm@v4 - name: Setup chart-testing - uses: helm/chart-testing-action@v2.7.0 + uses: helm/chart-testing-action@v2.8.0 - name: Lint run: > diff --git a/.github/workflows/_policy_container.yaml b/.github/workflows/_policy_container.yaml index fcb51811..51e0b822 100644 --- a/.github/workflows/_policy_container.yaml +++ b/.github/workflows/_policy_container.yaml @@ -24,7 +24,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Setup OPA - uses: open-policy-agent/setup-opa@v2.2.0 + uses: open-policy-agent/setup-opa@v2.4.0 with: version: latest diff --git a/.github/workflows/_policy_test.yaml b/.github/workflows/_policy_test.yaml index 4fb17995..aa133b96 100644 --- a/.github/workflows/_policy_test.yaml +++ b/.github/workflows/_policy_test.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Setup OPA - uses: open-policy-agent/setup-opa@v2.2.0 + uses: open-policy-agent/setup-opa@v2.4.0 with: version: latest