Skip to content

Commit 07543a3

Browse files
authored
Merge pull request #357 from OpenPIV/dependabot/github_actions/actions/setup-python-6.2.0
Bump actions/setup-python from 6.1.0 to 6.2.0
2 parents 8ff73b6 + 5eda172 commit 07543a3

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@v6
18-
- uses: actions/setup-python@v6.1.0
18+
- uses: actions/setup-python@v6.2.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@v6
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v6.1.0
16+
uses: actions/setup-python@v6.2.0
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install poetry

0 commit comments

Comments
 (0)