diff --git a/.github/workflows/nightly-docker.yml b/.github/workflows/nightly-docker.yml index 9288b57..661106c 100644 --- a/.github/workflows/nightly-docker.yml +++ b/.github/workflows/nightly-docker.yml @@ -217,7 +217,7 @@ jobs: path: . - 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 diff --git a/.github/workflows/nightly-oras.yml b/.github/workflows/nightly-oras.yml index 88c98c4..4547ff2 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@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 with: tag_name: nightly name: Nightly build (ORAS) diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 3d33f00..63cf223 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -218,7 +218,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 }} diff --git a/.github/workflows/release-oras.yml b/.github/workflows/release-oras.yml index 57efa7f..7a49182 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@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 with: tag_name: ${{ github.ref_name }} name: Release ${{ github.ref_name }} (ORAS)