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 beee1f6 commit 357cddbCopy full SHA for 357cddb
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v2
21
with:
22
fetch-depth: 0
23
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v3
24
25
python-version: '3.9'
26
- name: Install GitHub matcher for ActionLint checker
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
python-version: ${{ matrix.python-version }}
67
- name: Install dependencies
0 commit comments