Skip to content

Commit ef2ceb3

Browse files
chore(actions)(deps): bump chainguard-dev/actions (#48)
Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.4.2 to 1.4.15. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](chainguard-dev/actions@v1.4.2...v1.4.15) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.4.15 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 40822c8 commit ef2ceb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/melange/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
OUTPUT_DIR="${{ inputs.output-dir }}"
3434
mkdir -p "$OUTPUT_DIR"
3535
36-
- uses: chainguard-dev/actions/[email protected].2
36+
- uses: chainguard-dev/actions/[email protected].15
3737
with:
3838
version: ${{ inputs.melange-version }}
3939

@@ -45,7 +45,7 @@ runs:
4545
${{ inputs.version }}
4646
4747
- name: Build wstunnel
48-
uses: chainguard-dev/actions/[email protected].2
48+
uses: chainguard-dev/actions/[email protected].15
4949
with:
5050
config: ${{ github.workspace }}/melange/wstunnel.yaml
5151
archs: ${{ inputs.arch }}
@@ -54,7 +54,7 @@ runs:
5454
repository-path: ${{ inputs.output-dir }}
5555

5656
- name: Build ggbridge
57-
uses: chainguard-dev/actions/[email protected].2
57+
uses: chainguard-dev/actions/[email protected].15
5858
with:
5959
config: ${{ github.workspace }}/melange/ggbridge.yaml
6060
archs: ${{ inputs.arch }}

0 commit comments

Comments
 (0)