We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9da9050 + 4d54629 commit 31ca674Copy full SHA for 31ca674
2 files changed
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
45
46
- name: Set up Python ${{ matrix.python-version }}
47
- uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048
+ uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
48
with:
49
python-version: ${{ matrix.python-version }}
50
cache: 'pip'
.github/workflows/specification-version.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
18
- - uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048
+ - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
19
- name: Get supported version
20
id: get-version
21
run: |
0 commit comments