diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1693671..c669b2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,21 +54,21 @@ jobs: - name: Publish package on PyPI if: steps.check-version.outputs.tag - uses: pypa/gh-action-pypi-publish@v1.8.11 + uses: pypa/gh-action-pypi-publish@v1.8.12 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }} - name: Publish package on TestPyPI if: "! steps.check-version.outputs.tag" - uses: pypa/gh-action-pypi-publish@v1.8.11 + uses: pypa/gh-action-pypi-publish@v1.8.12 with: user: __token__ password: ${{ secrets.TEST_PYPI_TOKEN }} repository_url: https://test.pypi.org/legacy/ - name: Publish the release notes - uses: release-drafter/release-drafter@v5.25.0 + uses: release-drafter/release-drafter@v6.0.0 with: publish: ${{ steps.check-version.outputs.tag != '' }} tag: ${{ steps.check-version.outputs.tag }} diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 90a1f4e..80f1ecd 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1 - - uses: actions/setup-node@v4.0.1 + - uses: actions/setup-node@v4.0.2 with: node-version: '16.x' - name: Update dependencies @@ -21,7 +21,7 @@ jobs: pip-upgrade -p all --skip-package-installation requirements-lint.txt pip-upgrade -p all --skip-package-installation requirements-all.txt - name: Create Pull Request - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.1 with: # # This secret should be a classic personal access token from the