From 43a5b58a313edd502fe9a86c608b8f3bf8b5c243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 16:04:26 +0000 Subject: [PATCH] deps: bump 42ByteLabs/.github in the production-dependencies group Bumps the production-dependencies group with 1 update: [42ByteLabs/.github](https://github.com/42bytelabs/.github). Updates `42ByteLabs/.github` from 0.11 to 0.12 - [Release notes](https://github.com/42bytelabs/.github/releases) - [Commits](https://github.com/42bytelabs/.github/compare/v0.11...v0.12) --- updated-dependencies: - dependency-name: 42ByteLabs/.github dependency-version: '0.12' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/dep-review.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dep-review.yml b/.github/workflows/dep-review.yml index 174e456..32f4962 100644 --- a/.github/workflows/dep-review.yml +++ b/.github/workflows/dep-review.yml @@ -8,5 +8,5 @@ permissions: jobs: dependency-review: # https://github.com/42ByteLabs/.github/blob/main/.github/workflows/dep-review.yml - uses: 42ByteLabs/.github/.github/workflows/dep-review.yml@v0.11 + uses: 42ByteLabs/.github/.github/workflows/dep-review.yml@v0.12 secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e7be1d..e25b0fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: cargo-publish: # https://github.com/42ByteLabs/.github/blob/main/.github/workflows/cargo-publish.yml - uses: 42ByteLabs/.github/.github/workflows/cargo-publish.yml@v0.11 + uses: 42ByteLabs/.github/.github/workflows/cargo-publish.yml@v0.12 if: ${{ needs.project.outputs.release == 'true' }} needs: [ project ] secrets: inherit @@ -25,7 +25,7 @@ jobs: container-publish: # https://github.com/42ByteLabs/.github/blob/main/.github/workflows/container.yml - uses: 42ByteLabs/.github/.github/workflows/container.yml@v0.11 + uses: 42ByteLabs/.github/.github/workflows/container.yml@v0.12 if: ${{ needs.project.outputs.release == 'true' }} needs: [ project ] secrets: inherit