Skip to content

Commit 70c6fa6

Browse files
Bump actions/setup-python from 5.4.0 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ae3e06 commit 70c6fa6

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@v5.4.0
31+
uses: actions/setup-python@v5.5.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@v4.2.2
1313
- name: Set up Python 3.12
14-
uses: actions/setup-python@v5.4.0
14+
uses: actions/setup-python@v5.5.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@v5.4.0
26+
uses: actions/setup-python@v5.5.0
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies

0 commit comments

Comments
 (0)