Skip to content

Commit 4561e18

Browse files
authored
Merge pull request #351 from OpenPIV/dependabot/github_actions/actions/setup-python-6.1.0
Bump actions/setup-python from 5.6.0 to 6.1.0
2 parents 90ad1b3 + 5e8ea07 commit 4561e18

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@v5
18-
- uses: actions/setup-python@v5.6.0
18+
- uses: actions/setup-python@v6.1.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
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v5.6.0
16+
uses: actions/setup-python@v6.1.0
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install poetry

0 commit comments

Comments
 (0)