Skip to content

Commit ef095fb

Browse files
chore(deps): update actions/setup-python digest to 28f2168
1 parent 859472c commit ef095fb

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)