Skip to content

Commit

Permalink
Update actions to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthomas committed Jun 19, 2023
1 parent 8d5a413 commit edbdef2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ jobs:
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
PYTHON: '3.8.10'
PYTHON: '3.10'
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v4
with:
python-version: 3.8.10
python-version: 3.10
- name: Generate Report
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit edbdef2

Please sign in to comment.