We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfab5b2 + 6654965 commit 9f326edCopy full SHA for 9f326ed
.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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
+ uses: actions/setup-python@4f41a90a1f38628c7ccc608d05fbafe701bc20ae
33
with:
34
python-version: ${{ matrix.python-version }}
35
cache: "poetry"
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
19
20
- name: Setup Python
21
22
23
python-version: "3.14"
24
0 commit comments