Skip to content

Commit 5655118

Browse files
Bump apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@rel/12.1.0 (#3730)
Bumps [apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@rel/12.1.0](https://github.com/apache/logging-parent) from 12.1.0 to 12.1.1. - [Release notes](https://github.com/apache/logging-parent/releases) - [Commits](apache/logging-parent@rel/12.1.0...rel/12.1.1) --- updated-dependencies: - dependency-name: apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@rel/12.1.0 dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8398f5d commit 5655118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
needs: [ deploy-snapshot, deploy-release ]
7979
if: ${{ always() && (needs.deploy-snapshot.result == 'success' || needs.deploy-release.result == 'success') }}
8080
name: "verify-reproducibility (${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.project-version || needs.deploy-snapshot.outputs.project-version }})"
81-
uses: apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@rel/12.1.0
81+
uses: apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@rel/12.1.1
8282
with:
8383
nexus-url: ${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.nexus-url || 'https://repository.apache.org/content/groups/snapshots' }}
8484
# Encode the `runs-on` input as JSON array

0 commit comments

Comments
 (0)