Skip to content

Commit 0644630

Browse files
Bump actions/setup-python from 6.0.0 to 6.1.0 (#1330)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2cc662 commit 0644630

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-generated-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
npm install
2929
npm run generate
3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v6.0.0
31+
uses: actions/setup-python@v6.1.0
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Install Python scripts dependencies

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v6.0.0
1313
- name: Set up Python 3.12
14-
uses: actions/setup-python@v6.0.0
14+
uses: actions/setup-python@v6.1.0
1515
with:
1616
python-version: "3.12"
1717
- name: Install wheel

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 2
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v6.0.0
26+
uses: actions/setup-python@v6.1.0
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies

0 commit comments

Comments
 (0)