Skip to content

Commit 4752862

Browse files
committed
Update ci_pylint.yml
1 parent a43b96b commit 4752862

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_pylint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: CI | Code Quality
33
on:
44
push:
55
branches-ignore:
6-
- "master-ci"
6+
- "main-ci"
77
- "release"
88
pull_request:
99
branches:
10-
- master
10+
- main
1111

1212
workflow_dispatch:
1313
name: Run code quality checks manually
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121

2222
- name: Set up Python 3.11
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v4
2424
with:
2525
python-version: 3.11.0
2626

0 commit comments

Comments
 (0)