diff --git a/.github/workflows/nightly-oras.yml b/.github/workflows/nightly-oras.yml index edbbeed..84e98b2 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@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 + uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 with: tag_name: nightly name: Nightly build (ORAS) diff --git a/.github/workflows/release-oras.yml b/.github/workflows/release-oras.yml index cbe5feb..20f036b 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@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 + uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 with: tag_name: ${{ github.ref_name }} name: Release ${{ github.ref_name }} (ORAS)