Skip to content

Commit fb7f511

Browse files
dependabot[bot]GeekMasher
authored andcommitted
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](42ByteLabs/.github@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] <[email protected]>
1 parent 97419e3 commit fb7f511

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dep-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ permissions:
88
jobs:
99
dependency-review:
1010
# https://github.com/42ByteLabs/.github/blob/main/.github/workflows/dep-review.yml
11-
uses: 42ByteLabs/.github/.github/workflows/dep-review.yml@v0.11
11+
uses: 42ByteLabs/.github/.github/workflows/dep-review.yml@v0.12
1212
secrets: inherit

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
cargo-publish:
1818
# https://github.com/42ByteLabs/.github/blob/main/.github/workflows/cargo-publish.yml
19-
uses: 42ByteLabs/.github/.github/workflows/cargo-publish.yml@v0.11
19+
uses: 42ByteLabs/.github/.github/workflows/cargo-publish.yml@v0.12
2020
if: ${{ needs.project.outputs.release == 'true' }}
2121
needs: [ project ]
2222
secrets: inherit
@@ -25,7 +25,7 @@ jobs:
2525

2626
container-publish:
2727
# https://github.com/42ByteLabs/.github/blob/main/.github/workflows/container.yml
28-
uses: 42ByteLabs/.github/.github/workflows/container.yml@v0.11
28+
uses: 42ByteLabs/.github/.github/workflows/container.yml@v0.12
2929
if: ${{ needs.project.outputs.release == 'true' }}
3030
needs: [ project ]
3131
secrets: inherit

0 commit comments

Comments
 (0)