Skip to content

Commit

Permalink
use latest versions for actions
Browse files Browse the repository at this point in the history
Signed-off-by: Lucca Baumgärtner <[email protected]>
  • Loading branch information
luccalb committed Oct 28, 2023
1 parent 5fb5215 commit b74a6af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
license:
name: License check
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
Expand Down Expand Up @@ -42,13 +42,14 @@ jobs:
run: echo "${{ steps.license_check_report.outputs.report }}"

build:
name: Lint and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
Expand Down

0 comments on commit b74a6af

Please sign in to comment.