Skip to content

Commit 0668056

Browse files
chore(deps): update actions/setup-python digest to 83679a8
1 parent 5768445 commit 0668056

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@bfc4944b43a5d84377eca3cf6ab5b7992ba61923
32+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923
21+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
2222
with:
2323
python-version: "3.14"
2424

0 commit comments

Comments
 (0)