diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 399de2e..ce635bb 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -17,7 +17,7 @@ jobs: echo VERSION=$(toml get --toml-path pyproject.toml project.version) >> $GITHUB_ENV - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: draft: true generate_release_notes: true diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 9843f07..8676ea4 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -96,4 +96,4 @@ jobs: merge-multiple: true path: dist - - uses: pypa/gh-action-pypi-publish@v1.13.0 + - uses: pypa/gh-action-pypi-publish@v1.14.0