From 9f6ea06e97c4fdd5f413947a98f194666cca5ee3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:14:15 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3.0.2 --- .github/workflows/nightly-oras.yml | 2 +- .github/workflows/release-oras.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-oras.yml b/.github/workflows/nightly-oras.yml index 004f0ac..8ddf04d 100644 --- a/.github/workflows/nightly-oras.yml +++ b/.github/workflows/nightly-oras.yml @@ -261,7 +261,7 @@ jobs: EOF - name: Create new nightly release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: tag_name: nightly name: Nightly build (ORAS) diff --git a/.github/workflows/release-oras.yml b/.github/workflows/release-oras.yml index efbed1b..214ef0f 100644 --- a/.github/workflows/release-oras.yml +++ b/.github/workflows/release-oras.yml @@ -261,7 +261,7 @@ jobs: EOF - name: Create GitHub Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: tag_name: ${{ github.ref_name }} name: Release ${{ github.ref_name }} (ORAS)