From 62b2b14f5d9d8cc74e08cc4abbee54170583a2d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 20:36:34 +0000 Subject: [PATCH] chore(deps): update github actions --- setup-python/action.yml | 2 +- update-project-version/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-python/action.yml b/setup-python/action.yml index 7e72fb0..8a5be79 100644 --- a/setup-python/action.yml +++ b/setup-python/action.yml @@ -12,7 +12,7 @@ runs: using: composite steps: - name: Set up Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 id: setup-python with: python-version: ${{ inputs.python-version }} diff --git a/update-project-version/action.yml b/update-project-version/action.yml index 463a761..63a434c 100644 --- a/update-project-version/action.yml +++ b/update-project-version/action.yml @@ -76,7 +76,7 @@ runs: shell: python - name: Create pull request if: inputs.create-pull-request == 'true' - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 env: action-url: https://github.com/${{ github.action_repository }}/tree/${{ github.action_ref }}/update-project-version with: