Skip to content

Commit

Permalink
Merge pull request #6 from johnbullnz/main
Browse files Browse the repository at this point in the history
Update actions/checkout and actions/setup-python versions
  • Loading branch information
pamelafox committed Feb 28, 2024
2 parents f17c89c + 394c8ff commit de76711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
Expand Down

0 comments on commit de76711

Please sign in to comment.