Skip to content

Commit e064f69

Browse files
Bump actions/setup-python from 5.4.0 to 5.5.0 (#582)
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) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdec2fa commit e064f69

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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

changes/582.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated actions/setup-python from 5.4.0 to 5.5.0.

0 commit comments

Comments
 (0)