We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c8a07 commit 49cc6e0Copy full SHA for 49cc6e0
.github/workflows/main.yml
@@ -5,13 +5,13 @@ on:
5
branches:
6
- main
7
pull_request:
8
- branches_ignore: []
+ branches-ignore: []
9
10
jobs:
11
code-quality:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
16
- name: Setup environments
17
run: |
@@ -39,11 +39,11 @@ jobs:
39
40
41
- name: Set up Python ${{ matrix.python-version }}
42
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
43
with:
44
python-version: ${{ matrix.python-version }}
45
46
47
48
- name: Setup test environment
49
0 commit comments