diff --git a/.github/workflows/nightly-oras.yml b/.github/workflows/nightly-oras.yml index 88c98c4..f80a0ff 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@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: tag_name: nightly name: Nightly build (ORAS) diff --git a/.github/workflows/release-oras.yml b/.github/workflows/release-oras.yml index 57efa7f..258c7ca 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@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: tag_name: ${{ github.ref_name }} name: Release ${{ github.ref_name }} (ORAS)