diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7a46669..eca4c7f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -62,7 +62,7 @@ jobs: echo "tag=ci-${DATE}-${SHORT}" >> "$GITHUB_OUTPUT" - name: Create rolling release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: tag_name: ${{ steps.ver.outputs.tag }} name: ${{ steps.ver.outputs.tag }}