Skip to content

Commit

Permalink
Upgrade more actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanholek committed May 16, 2024
1 parent 9722fb7 commit 8102697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Check out project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: python -m pip install -e .
Expand All @@ -52,7 +52,7 @@ jobs:

steps:
- name: Check out project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: python -m pip install -e .
Expand Down

0 comments on commit 8102697

Please sign in to comment.