Skip to content

Commit 7c77083

Browse files
chore(deps): update actions/setup-python digest to a309ff8 (#333)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | actions/setup-python | action | digest | `4f41a90` β†’ `a309ff8` | --- ### Configuration πŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi40IiwidXBkYXRlZEluVmVyIjoiNDIuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 34d953d + 4d7f5c0 commit 7c77083

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
poetry config virtualenvs.in-project true --local
3030
3131
- name: Setup Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@4f41a90a1f38628c7ccc608d05fbafe701bc20ae
32+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
cache: "poetry"

β€Ž.github/workflows/publish.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@4f41a90a1f38628c7ccc608d05fbafe701bc20ae
21+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2222
with:
2323
python-version: "3.14"
2424

0 commit comments

Comments
Β (0)