diff --git a/.github/workflows/nightly-oras.yml b/.github/workflows/nightly-oras.yml index e09908d..5339353 100644 --- a/.github/workflows/nightly-oras.yml +++ b/.github/workflows/nightly-oras.yml @@ -276,7 +276,7 @@ jobs: EOF - name: Create new nightly release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 + 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 0ad676d..6d80743 100644 --- a/.github/workflows/release-oras.yml +++ b/.github/workflows/release-oras.yml @@ -276,7 +276,7 @@ jobs: EOF - name: Create GitHub Release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: tag_name: ${{ github.ref_name }} name: Release ${{ github.ref_name }} (ORAS)