File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ permissions:
8
8
jobs :
9
9
dependency-review :
10
10
# 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
12
12
secrets : inherit
Original file line number Diff line number Diff line change 16
16
17
17
cargo-publish :
18
18
# 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
20
20
if : ${{ needs.project.outputs.release == 'true' }}
21
21
needs : [ project ]
22
22
secrets : inherit
25
25
26
26
container-publish :
27
27
# 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
29
29
if : ${{ needs.project.outputs.release == 'true' }}
30
30
needs : [ project ]
31
31
secrets : inherit
You can’t perform that action at this time.
0 commit comments