Skip to content

Commit

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

Bump actions/setup-python from 5.1.1 to 5.2.0
  • Loading branch information
alexlib authored Oct 17, 2024
2 parents 935ce75 + 05eaf3a commit ff58952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.1.1
- uses: actions/setup-python@v5.2.0
with:
python-version: ${{ matrix.python-version }}
- name: Run image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
Expand Down

0 comments on commit ff58952

Please sign in to comment.