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