Skip to content

Commit 4497079

Browse files
authored
Merge pull request #339 from OpenPIV/dependabot/github_actions/actions/setup-python-5.5.0
Bump actions/setup-python from 5.4.0 to 5.5.0
2 parents f882000 + e4222ef commit 4497079

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v5.4.0
18+
- uses: actions/setup-python@v5.5.0
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Run image

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v5.4.0
17+
uses: actions/setup-python@v5.5.0
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install poetry

0 commit comments

Comments
 (0)