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)