From 94421e4613e0b06c9c64de6cf6b3584ca0be48c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:33:03 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.0.6 --- .github/workflows/release-arm.yaml | 6 +++--- .github/workflows/release.yaml | 6 +++--- .github/workflows/reusable-docker-arm-build.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-arm.yaml b/.github/workflows/release-arm.yaml index 235bfee52..e3bd76efc 100644 --- a/.github/workflows/release-arm.yaml +++ b/.github/workflows/release-arm.yaml @@ -271,7 +271,7 @@ jobs: sudo rm -rf build/IMAGE - name: Release - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 if: startsWith(github.ref, 'refs/tags/') with: files: | @@ -372,7 +372,7 @@ jobs: sudo -E docker push "$IMAGE" sudo rm -rf build/IMAGE - name: Release - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 if: startsWith(github.ref, 'refs/tags/') with: files: | @@ -446,7 +446,7 @@ jobs: run: | docker push $(cat release/IMAGE) - name: Release - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 if: startsWith(github.ref, 'refs/tags/') with: files: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 429cfad69..c84cf6364 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -203,7 +203,7 @@ jobs: cd .. rm release/IMAGE release/VERSION release/versions.yaml - name: Release - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 if: startsWith(github.ref, 'refs/tags/') with: files: | @@ -326,7 +326,7 @@ jobs: --BASE_IMAGE=quay.io/kairos/${{ matrix.flavor }}:${{ matrix.flavorRelease }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-${{ github.ref_name }}-uki \ --ENKI_CREATE_CI_KEYS=true - name: Release - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 if: startsWith(github.ref, 'refs/tags/') with: files: | @@ -430,7 +430,7 @@ jobs: cd .. sudo rm -rf release/VERSION release/IMAGE release/versions.yaml - name: Release - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 if: startsWith(github.ref, 'refs/tags/') with: files: | diff --git a/.github/workflows/reusable-docker-arm-build.yaml b/.github/workflows/reusable-docker-arm-build.yaml index 2cd4cdc7f..d2c13fb15 100644 --- a/.github/workflows/reusable-docker-arm-build.yaml +++ b/.github/workflows/reusable-docker-arm-build.yaml @@ -170,7 +170,7 @@ jobs: sudo rm -rf build/IMAGE - name: Release if: startsWith(github.ref, 'refs/tags/v') - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 with: files: | build/*scan-reports.tar.gz