We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3990905 commit 21f7a45Copy full SHA for 21f7a45
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3.1.0
13
- name: Set up Python 3.7
14
uses: actions/setup-python@v2
15
with:
.github/workflows/testlint.yml
@@ -11,7 +11,7 @@ jobs:
python-version: [3.7]
- name: Set up Python ${{ matrix.python-version }}
16
17
0 commit comments