Skip to content

Commit 28dcf26

Browse files
committed
CI: Update checkout/setup-python actions for flake8
1 parent d1bc658 commit 28dcf26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
if: "!contains(github.event.head_commit.message, '[skip ci]')"
103103
runs-on: ubuntu-latest
104104
steps:
105-
- uses: actions/checkout@v2
105+
- uses: actions/checkout@v3
106106
- name: Set up Python 3.7
107-
uses: actions/setup-python@v1
107+
uses: actions/setup-python@v3
108108
with:
109109
python-version: 3.7
110110
- run: pip install flake8

0 commit comments

Comments
 (0)