Skip to content

Commit 620467d

Browse files
chore(deps): update actions/setup-python action to v6
1 parent f65899c commit 620467d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
steps:
1818
- uses: actions/checkout@v3
19-
- uses: actions/setup-python@v4
19+
- uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.6'
2222
- name: Install Flake8

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Install Python 3
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: 3.11
2626
- name: Install dependencies

0 commit comments

Comments
 (0)