We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859472c commit ef095fbCopy full SHA for ef095fb
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
poetry config virtualenvs.in-project true --local
30
31
- name: Setup Python ${{ matrix.python-version }}
32
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
+ uses: actions/setup-python@28f2168f4d98ee0445e3c6321f6e6616c83dd5ec
33
with:
34
python-version: ${{ matrix.python-version }}
35
cache: "poetry"
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
19
20
- name: Setup Python
21
22
23
python-version: "3.14"
24
0 commit comments