Skip to content

Commit

Permalink
minor edit - bump gh actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fastily committed Jun 17, 2023
1 parent 22a24b1 commit 6ea137c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -U pip
pip install -r requirements.txt
- name: Test
run: |
Expand Down

0 comments on commit 6ea137c

Please sign in to comment.