Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6c1580d

Browse files
authoredFeb 28, 2025··
Bump actions/setup-python from 4.7.0 to 5.4.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.0...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00dc083 commit 6c1580d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/publish-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v3.5.3
2929
- name: Set up Python
30-
uses: actions/setup-python@v4.7.0
30+
uses: actions/setup-python@v5.4.0
3131
with:
3232
python-version: '3.x'
3333
- name: Install dependencies

‎.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v3.5.3
3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v4.7.0
35+
uses: actions/setup-python@v5.4.0
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
- name: Install packages

0 commit comments

Comments
 (0)