We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea1a85 commit 74d51d0Copy full SHA for 74d51d0
.github/workflows/publish.yaml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
18
19
- name: Setup Python
20
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
+ uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
21
with:
22
python-version: "3.13"
23
.github/workflows/test.yaml
@@ -22,7 +22,7 @@ jobs:
24
- name: Setup Python ${{ matrix.python-version }}
25
26
27
python-version: ${{ matrix.python-version }}
28
0 commit comments