From b0315cb650626b538b81da7151c5efea15cb4c72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:19:02 +0000 Subject: [PATCH] build(deps): bump 42ByteLabs/.github Bumps the production-dependencies group with 1 update: [42ByteLabs/.github](https://github.com/42bytelabs/.github). Updates `42ByteLabs/.github` from 0.8 to 0.9 - [Release notes](https://github.com/42bytelabs/.github/releases) - [Commits](https://github.com/42bytelabs/.github/compare/v0.8...v0.9) --- updated-dependencies: - dependency-name: 42ByteLabs/.github dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-review.yml | 2 +- .github/workflows/release-train.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index c38798e..26a2d49 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-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.8 + uses: 42ByteLabs/.github/.github/workflows/dep-review.yml@v0.9 secrets: inherit diff --git a/.github/workflows/release-train.yml b/.github/workflows/release-train.yml index a3b96ba..92db201 100644 --- a/.github/workflows/release-train.yml +++ b/.github/workflows/release-train.yml @@ -10,7 +10,7 @@ on: jobs: train: # https://github.com/42ByteLabs/.github/blob/main/.github/workflows/cargo-publish.yml - uses: 42ByteLabs/.github/.github/workflows/cargo-train.yml@v0.8 + uses: 42ByteLabs/.github/.github/workflows/cargo-train.yml@v0.9 secrets: inherit with: crate: ghactions diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5dbe4b..40ea569 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ permissions: jobs: cargo-publish: # https://github.com/42ByteLabs/.github/blob/main/.github/workflows/cargo-publish.yml - uses: 42ByteLabs/.github/.github/workflows/cargo-publish.yml@v0.8 + uses: 42ByteLabs/.github/.github/workflows/cargo-publish.yml@v0.9 secrets: inherit with: crate: ghactions