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