Skip to content

Commit

Permalink
Merge pull request #1027 from hopez13/patch-3
Browse files Browse the repository at this point in the history
update GitHub actions
  • Loading branch information
bkerler authored May 31, 2024
2 parents b4e2ca1 + cc013bc commit 27982d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:
jobs:
build:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: 'pip'
Expand Down

0 comments on commit 27982d4

Please sign in to comment.