Skip to content

Commit

Permalink
update GitHub actions
Browse files Browse the repository at this point in the history
ubuntu-latest points to 22.04 while ubuntu 24.04 is available 
also update setup python action to v5
  • Loading branch information
hopez13 authored May 30, 2024
1 parent b4e2ca1 commit cc013bc
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 cc013bc

Please sign in to comment.