Skip to content

Commit 7ece626

Browse files
Bump actions/setup-python from 6.1.0 to 6.2.0 (#1152)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69560e1 commit 7ece626

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpublish.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.0.1
1515
- name: Set up Python
16-
uses: actions/setup-python@v6.1.0
16+
uses: actions/setup-python@v6.2.0
1717
with:
1818
python-version: '3.11'
1919
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6.0.1
1818
- name: Set up Python 3.11
19-
uses: actions/setup-python@v6.1.0
19+
uses: actions/setup-python@v6.2.0
2020
with:
2121
python-version: 3.11
2222
- name: Install dependencies

0 commit comments

Comments
 (0)