From 93abbf31496b51577bc32f396e9b14845f68725b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:56:14 +0000 Subject: [PATCH] Update GitHub Actions --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/docs.yaml | 2 +- .github/workflows/release-otel.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 127c2de..cad68f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -129,14 +129,14 @@ jobs: uv run python scripts/generate_wheels.py working-directory: protoc-gen-connect-python - - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 if: github.event_name != 'pull_request' with: repository-url: https://test.pypi.org/legacy/ skip-existing: true - name: publish protoc-gen-connect-python - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 if: github.event_name != 'pull_request' with: repository-url: https://test.pypi.org/legacy/ diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index e6dd332..6a12d9e 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -35,7 +35,7 @@ jobs: - run: uv run poe docs-build - - uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0 + - uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0 if: github.event_name != 'pull_request' with: path: site diff --git a/.github/workflows/release-otel.yaml b/.github/workflows/release-otel.yaml index 8d83f61..7ba3bff 100644 --- a/.github/workflows/release-otel.yaml +++ b/.github/workflows/release-otel.yaml @@ -26,6 +26,6 @@ jobs: working-directory: connectrpc-otel - name: publish connectrpc-otel - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 with: skip-existing: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 361e0da..3eb7b80 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,12 +47,12 @@ jobs: subject-checksums: out/checksums.txt - name: publish connect-python - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 with: skip-existing: true - name: publish protoc-gen-connect-python - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 with: packages-dir: protoc-gen-connect-python/dist skip-existing: true