We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe95c88 + 156e535 commit 76a4609Copy full SHA for 76a4609
2 files changed
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
45
46
- name: Set up Python ${{ matrix.python-version }}
47
- uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
+ uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048
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@a12a3943b4bdde767164f792f33f40b04645d846
18
- - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
+ - uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048
19
- name: Get supported version
20
id: get-version
21
run: |
0 commit comments