Skip to content

Commit

Permalink
update CI actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 2, 2024
1 parent 8ff66ce commit 95fc956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
flake8_py3:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/checkout@master
- uses: actions/setup-python@v5
name: setup Python
with:
python-version: 3.8
python-version: "3.10"
- name: Checkout pywis-pubsub
uses: actions/checkout@master
- name: Install flake8
Expand Down

0 comments on commit 95fc956

Please sign in to comment.