From 1aed122b548631edcf0c761204b337e0d5f0276f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 20:37:17 +0000 Subject: [PATCH] chore(deps): update github-actions Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/code-pull-request.yml | 2 +- .github/workflows/publish-shims.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-pull-request.yml b/.github/workflows/code-pull-request.yml index a43bcde3..4e1e85bd 100644 --- a/.github/workflows/code-pull-request.yml +++ b/.github/workflows/code-pull-request.yml @@ -165,7 +165,7 @@ jobs: if: matrix.shim == 'rubygem' uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 with: - ruby-version: "3.3" + ruby-version: "3.4.9" - name: Test RubyGem shim if: matrix.shim == 'rubygem' working-directory: shims/rubygem diff --git a/.github/workflows/publish-shims.yml b/.github/workflows/publish-shims.yml index 9b942712..40604573 100644 --- a/.github/workflows/publish-shims.yml +++ b/.github/workflows/publish-shims.yml @@ -67,7 +67,7 @@ jobs: pip install build python -m build - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@6733eb7d741f0b11ec6a39b58540dab7590f9b7d # v1.14.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 with: packages-dir: shims/pypi/dist/ @@ -154,5 +154,5 @@ jobs: ref: ${{ github.event.release.tag_name || inputs.tag }} - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 with: - ruby-version: "3.3" + ruby-version: "3.4.9" - uses: rubygems/release-gem@6317d8d1f7e28c24d28f6eff169ea854948bd9f7 # v1.2.0