Skip to content

Commit 2b2ecbb

Browse files
authored
Merge pull request #1079 from google/dependabot/github_actions/actions/setup-python-5.6.0
build(deps): bump actions/setup-python from 5.5.0 to 5.6.0
2 parents 76281eb + 3984f5c commit 2b2ecbb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/python-build-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636
- name: Setup Python
37-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5
37+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v5
3838
with:
3939
python-version: "3.12"
4040
- name: Install uv
@@ -90,7 +90,7 @@ jobs:
9090
name: wheel-${{ matrix.platform.runner }}-${{ matrix.platform.target }}
9191
path: dist
9292
- name: Setup Python
93-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5
93+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v5
9494
with:
9595
python-version: "${{ matrix.python-version }}"
9696
- name: Install uv
@@ -167,7 +167,7 @@ jobs:
167167
name: wheel-pure-python
168168
path: dist
169169
- name: Setup Python
170-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5
170+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v5
171171
with:
172172
python-version: "${{ matrix.python-version }}"
173173
- name: Install uv
@@ -226,7 +226,7 @@ jobs:
226226
name: sdist
227227
path: dist
228228
- name: Setup Python
229-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5
229+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v5
230230
with:
231231
python-version: "${{ matrix.python-version }}"
232232
- name: Install uv

.github/workflows/python-test-published-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4
2828
- name: Setup Python
29-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5
29+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v5
3030
with:
3131
python-version: "${{ matrix.python-version }}"
3232
# uv's oneline below does not work on windows; uv add magika==0.5.1 is known to not work with python 3.8 and 3.9

.github/workflows/python-test-published-rc-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4
2828
- name: Setup Python
29-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5
29+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v5
3030
with:
3131
python-version: "${{ matrix.python-version }}"
3232
- if: matrix.os != 'windows-latest'

.github/workflows/python-test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4
2727

2828
- name: Setup Python
29-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5
29+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v5
3030
with:
3131
python-version: "${{ matrix.python-version }}"
3232

0 commit comments

Comments
 (0)