Skip to content

Commit

Permalink
Merge pull request #34 from resendislab/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-5.1.0

Bump actions/setup-python from 5.0.0 to 5.1.0
  • Loading branch information
cdiener authored Apr 1, 2024
2 parents 52b0f17 + 65f0686 commit 2d33a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: '3.8'
- name: Install dependencies
Expand Down

0 comments on commit 2d33a73

Please sign in to comment.