Skip to content

Commit 45ffb3d

Browse files
chore(deps): update actions/setup-python digest to cfd55ca
1 parent 64a1e4a commit 45ffb3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@18566f86b301499665bd3eb1a2247e0849c64fa5
32+
uses: actions/setup-python@cfd55ca82492758d853442341ad4d8010466803a
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@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@18566f86b301499665bd3eb1a2247e0849c64fa5
21+
uses: actions/setup-python@cfd55ca82492758d853442341ad4d8010466803a
2222
with:
2323
python-version: "3.10"
2424

0 commit comments

Comments
 (0)