Skip to content

Commit 6a473fd

Browse files
chore(deps): update actions/setup-python digest to 28f2168 (#351)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | actions/setup-python | action | digest | `a309ff8` β†’ `28f2168` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My42NC4yIiwidXBkYXRlZEluVmVyIjoiNDMuNjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 3c72134 + ef095fb commit 6a473fd

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@a309ff8b426b58ec0e2a45f0f869d46889d02405
32+
uses: actions/setup-python@28f2168f4d98ee0445e3c6321f6e6616c83dd5ec
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@a309ff8b426b58ec0e2a45f0f869d46889d02405
21+
uses: actions/setup-python@28f2168f4d98ee0445e3c6321f6e6616c83dd5ec
2222
with:
2323
python-version: "3.14"
2424

0 commit comments

Comments
Β (0)