Skip to content

Commit f46fd8d

Browse files
Bump actions/setup-python from 5.2.0 to 5.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.2.0...v5.3.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 c3022a1 commit f46fd8d

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.2.0
31+
uses: actions/setup-python@v5.3.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.2.0
14+
uses: actions/setup-python@v5.3.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
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 2
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v5.2.0
25+
uses: actions/setup-python@v5.3.0
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies

0 commit comments

Comments
 (0)