We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b17ae3f + b0a73e4 commit 8de43abCopy full SHA for 8de43ab
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@0ebf233433c08fb9061af664d501c3f3ff0e9e20
+ uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
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@0ebf233433c08fb9061af664d501c3f3ff0e9e20
+ - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
19
- name: Get supported version
20
id: get-version
21
run: |
0 commit comments