Skip to content

Commit 5dc1f80

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] <[email protected]>
1 parent 40b0480 commit 5dc1f80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
fetch-depth: 0
8181

8282
- name: Set up Python ${{ matrix.python-version }}
83-
uses: actions/setup-python@v5.4.0
83+
uses: actions/setup-python@v5.5.0
8484
with:
8585
python-version: ${{ matrix.python-version }}
8686
allow-prereleases: true

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "VERSION=${GITHUB_REF_NAME#v}" | tee -a $GITHUB_ENV
3434
3535
- name: Set up Python
36-
uses: actions/setup-python@v5.4.0
36+
uses: actions/setup-python@v5.5.0
3737
with:
3838
python-version: "3.X"
3939

0 commit comments

Comments
 (0)