Skip to content

Commit 49cc6e0

Browse files
authored
ci: update main.yml GitHub Actions versions
1 parent a1c8a07 commit 49cc6e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches_ignore: []
8+
branches-ignore: []
99

1010
jobs:
1111
code-quality:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: Setup environments
1717
run: |
@@ -39,11 +39,11 @@ jobs:
3939

4040
steps:
4141
- name: Set up Python ${{ matrix.python-version }}
42-
uses: actions/setup-python@v2
42+
uses: actions/setup-python@v5
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545

46-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v4
4747

4848
- name: Setup test environment
4949
run: |

0 commit comments

Comments
 (0)