Skip to content

Commit 6fe21c1

Browse files
chore(deps): bump actions/setup-python from 5.4.0 to 5.5.0 (#1481)
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-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ac189a commit 6fe21c1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
4444
- name: Set up Python
45-
uses: actions/setup-python@v5.4.0
45+
uses: actions/setup-python@v5.5.0
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
- name: Upgrade pip

.github/workflows/packit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v5.4.0
23+
uses: actions/setup-python@v5.5.0
2424
with:
2525
python-version: 3.12
2626

@@ -52,7 +52,7 @@ jobs:
5252
needs: build-artifact
5353
runs-on: ubuntu-22.04
5454
steps:
55-
- uses: actions/setup-python@v5.4.0
55+
- uses: actions/setup-python@v5.5.0
5656
name: Install Python
5757
with:
5858
python-version: 3.12

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0 # Fetch all history for all branches and tags.
3737
- name: Set up Python
38-
uses: actions/setup-python@v5.4.0
38+
uses: actions/setup-python@v5.5.0
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Upgrade pip

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v5.4.0
27+
uses: actions/setup-python@v5.5.0
2828
with:
2929
python-version: 3.12
3030

@@ -56,7 +56,7 @@ jobs:
5656
needs: build-artifact
5757
runs-on: ubuntu-22.04
5858
steps:
59-
- uses: actions/setup-python@v5.4.0
59+
- uses: actions/setup-python@v5.5.0
6060
name: Install Python
6161
with:
6262
python-version: 3.12

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Check data endpoint
4747
curl http://localhost:8080/data/
4848
- name: Setup Python
49-
uses: actions/setup-python@v5.4.0
49+
uses: actions/setup-python@v5.5.0
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
architecture: x64

0 commit comments

Comments
 (0)