We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c7df7 commit 9b74db0Copy full SHA for 9b74db0
1 file changed
.github/workflows/pythonapp.yml
@@ -1,4 +1,4 @@
1
-name: FailedChecker
+name: catChecker
2
3
on: [push, pull_request]
4
@@ -12,9 +12,9 @@ jobs:
12
python-version: [3.8]
13
14
steps:
15
- - uses: actions/checkout@v1
+ - uses: actions/checkout@master
16
- name: Set up Python ${{ matrix.python-version }}
17
- uses: actions/setup-python@v1
+ uses: actions/setup-python@master
18
with:
19
python-version: ${{ matrix.python-version }}
20
- name: Install dependencies
@@ -32,6 +32,6 @@ jobs:
32
runs-on: ubuntu-latest
33
34
35
36
- name: Check for install script errors
37
- uses: ludeeus/action-shellcheck@0.1.0
+ uses: ludeeus/action-shellcheck@master
0 commit comments