Skip to content

Commit 1ae901f

Browse files
Bump chainguard-dev/actions from 1.0.2 to 1.5.7 in /melange-build (#628)
Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.0.2 to 1.5.7. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](0cda751...1b32103) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.5.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d03a518 commit 1ae901f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

melange-build/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ runs:
100100
shell: bash
101101
run: |
102102
echo "Warning: the --template flag has been removed from melange and will be ignored."
103-
- uses: chainguard-dev/actions/setup-melange@0cda751b114eb55c388e88f7479292668165602a # v1.0.2
103+
- uses: chainguard-dev/actions/setup-melange@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
104104
with:
105105
version: ${{ inputs.version }}
106-
- uses: chainguard-dev/actions/melange-keygen@0cda751b114eb55c388e88f7479292668165602a # v1.0.2
106+
- uses: chainguard-dev/actions/melange-keygen@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
107107
if: ${{ inputs.sign-with-temporary-key }}
108108
with:
109109
signing-key-path: ${{ inputs.signing-key-path }}
110-
- uses: chainguard-dev/actions/melange-build-pkg@0cda751b114eb55c388e88f7479292668165602a # v1.0.2
110+
- uses: chainguard-dev/actions/melange-build-pkg@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
111111
with:
112112
config: ${{ inputs.config }}
113113
multi-config: ${{ inputs.multi-config }}

0 commit comments

Comments
 (0)