From 105dc58adf1b9ab3933a7cbbc20275fff70289e9 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:13:50 +0000 Subject: [PATCH] Update Pin dependencies Update actions/upload-artifact Changelog-entry: Update actions/upload-artifact to --- .github/actions/publish/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 5431ccb36c..59383195bf 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -19,11 +19,11 @@ runs: using: "composite" steps: - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 # https://github.com/moby/moby/blob/master/.github/workflows - name: Build release - uses: docker/bake-action@v2 + uses: docker/bake-action@6c87dcca988e4e074e3ab1f976a70f63ec9673fb # v2 with: targets: cross env: @@ -54,7 +54,7 @@ runs: -C bundles/cross/${{ env.matrix_value }} . - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 with: name: gh-release-${{ github.event.pull_request.head.sha || github.event.head_commit.id }} path: dist