Skip to content

Commit

Permalink
Merge pull request #22 from convexfi/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-4

build(deps): bump actions/setup-python from 1 to 4
  • Loading branch information
mirca committed Jul 1, 2023
2 parents e827cf4 + 4752e7d commit 725b8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies (Windows)
Expand Down

0 comments on commit 725b8c3

Please sign in to comment.