Skip to content

Commit b5c4d86

Browse files
authored
Merge pull request OpenPIV#338 from OpenPIV/dependabot/github_actions/actions/setup-python-5.4.0
Bump actions/setup-python from 5.3.0 to 5.4.0
2 parents 5b19397 + e0ab142 commit b5c4d86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.3.0
18+
- uses: actions/setup-python@v5.4.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.3.0
17+
uses: actions/setup-python@v5.4.0
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install poetry

0 commit comments

Comments
 (0)