We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09924e8 commit b92aed7Copy full SHA for b92aed7
.github/workflows/lint.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Check out code
25
uses: actions/checkout@v3
26
- name: Set up Python
27
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
28
with:
29
python-version: '3.8'
30
- name: Install dependencies
.github/workflows/publish-to-pypi.yaml
@@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
31
- name: Set up Python 3
32
- uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # v2.2.2
+ uses: actions/setup-python@v3 # v2.2.2
33
34
python-version: 3.7
35
- name: Install pypa/build
0 commit comments