From 5967a5eb99cfe02acca731fb0ab3e45645e80187 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 02:06:58 +0000 Subject: [PATCH] chore(actions): update pypa/gh-action-pypi-publish action to v1.8.14 --- .github/workflows/docs.yaml | 2 +- .github/workflows/prerelease.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 1dcade94..d0d01885 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -34,7 +34,7 @@ jobs: - name: Find Latest Tag id: latest_tag - uses: oprypin/find-latest-tag@v1.1.2 + uses: oprypin/find-latest-tag@v1.1.1 with: repository: ${{ github.repository }} regex: '^\d+\.\d+\.\d+$' diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index d341929f..39acbffe 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -69,7 +69,7 @@ jobs: name: built-artifacts path: dist/ - - uses: pypa/gh-action-pypi-publish@v1.8.11 + - uses: pypa/gh-action-pypi-publish@v1.8.14 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}