We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4886153 commit a1daa88Copy full SHA for a1daa88
.github/workflows/publish.yaml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
19
20
- name: Setup Python
21
- uses: actions/setup-python@12648859835f68b273febdd9aab9972bbb624d8c
+ uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3
22
with:
23
python-version: "3.13"
24
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
25
- name: Setup Python ${{ matrix.python-version }}
26
27
28
python-version: ${{ matrix.python-version }}
29
0 commit comments