Skip to content

Commit aa5b35c

Browse files
chore(deps): update github-actions deps
1 parent 88a1ec8 commit aa5b35c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220

221221
- name: Build container images locally
222222
if: matrix.GOOS == 'linux' && contains(steps.prep.outputs.types, 'Docker Image')
223-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
223+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
224224
with:
225225
context: ./distributions/${{ inputs.distribution }}
226226
push: false
@@ -234,7 +234,7 @@ jobs:
234234
235235
- name: Upload container image artifact
236236
if: matrix.GOOS == 'linux' && contains(steps.prep.outputs.types, 'Docker Image')
237-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
237+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
238238
with:
239239
name: ${{ inputs.distribution }}-image-${{ steps.prep.outputs.version }}-${{ steps.prep.outputs.arch }}
240240
path: /tmp/${{ inputs.distribution }}.tar
@@ -256,7 +256,7 @@ jobs:
256256
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
257257

258258
- name: Setup QEMU
259-
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
259+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
260260
with:
261261
platforms: arm64,ppc64le,linux/arm/v7,s390x
262262

0 commit comments

Comments
 (0)