Skip to content

Commit

Permalink
Bump actions/setup-python from 4.7.0 to 5.0.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 11, 2023
1 parent 21ef1f1 commit fdc2b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
submodules: recursive
- name: Setup Python
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v5.0.0
with:
python-version: 3.7
python-version: 3.9
architecture: x64

- name: Install dependencies
Expand Down

0 comments on commit fdc2b10

Please sign in to comment.