We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cdddf commit 54e92b6Copy full SHA for 54e92b6
2 files changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
21
22
- name: Setup Python ${{ matrix.python-version }}
23
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
+ uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
24
with:
25
python-version: ${{ matrix.python-version }}
26
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Setup Python
python-version: "3.10"
0 commit comments