Skip to content

Commit ca173aa

Browse files
authoredMar 31, 2025
chore: 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@4237552...8d9ed9a) --- 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 e6d6f3e commit ca173aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎.github/workflows/cicd.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6464

6565
- name: Setup Python ${{ matrix.python-versions }}
66-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
66+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
6767
with:
6868
python-version: ${{ matrix.python-versions }}
6969

@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8888

8989
- name: Setup Python ${{ matrix.python-versions }}
90-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
90+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
9191
with:
9292
python-version: ${{ matrix.python-versions }}
9393

@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
112112

113113
- name: Setup Python ${{ matrix.python-versions }}
114-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
114+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
115115
with:
116116
python-version: ${{ matrix.python-versions }}
117117

@@ -135,7 +135,7 @@ jobs:
135135
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
136136

137137
- name: Setup Python ${{ matrix.python-versions }}
138-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
138+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
139139
with:
140140
python-version: ${{ matrix.python-versions }}
141141

@@ -159,7 +159,7 @@ jobs:
159159
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
160160

161161
- name: Setup Python ${{ matrix.python-versions }}
162-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
162+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
163163
with:
164164
python-version: ${{ matrix.python-versions }}
165165

‎.github/workflows/repository-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # V4.2.2
7878

7979
- name: Set up Python ${{ needs.get-python-version.outputs.version }}
80-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # V5.4.0
80+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # V5.5.0
8181
with:
8282
python-version: ${{ needs.get-python-version.outputs.version }}
8383

0 commit comments

Comments
 (0)