Skip to content

Commit a75e0e8

Browse files
Update actions/setup-python digest to a26af69 (#2110)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | digest | `4237552` -> `a26af69` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am every weekday" (UTC), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 2a50bde commit a75e0e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ runs:
9898
node-version: ${{inputs.node-version}}
9999

100100
- name: Install Python
101-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
101+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
102102
with:
103103
python-version: ${{inputs.python-version}}
104104

.github/workflows/test-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
# Step 2: Set up Python
7070
- name: Set up Python
71-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
71+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
7272
with:
7373
python-version: 3.9 # Adjust the version as needed
7474

0 commit comments

Comments
 (0)