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