Skip to content

Commit 3929f3f

Browse files
build(deps): bump actions/setup-python from 5 to 6 (#1042)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0530c00 commit 3929f3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v5
2323
- name: Setup Python
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: '3.10'
2727
cache: 'pip'
@@ -106,7 +106,7 @@ jobs:
106106
- name: Checkout
107107
uses: actions/checkout@v5
108108
- name: Setup Python ${{ matrix.pyver }}
109-
uses: actions/setup-python@v5
109+
uses: actions/setup-python@v6
110110
with:
111111
allow-prereleases: true
112112
python-version: ${{ matrix.pyver }}
@@ -166,7 +166,7 @@ jobs:
166166
run: yarn install
167167
working-directory: admin-js/
168168
- name: Setup Python
169-
uses: actions/setup-python@v5
169+
uses: actions/setup-python@v6
170170
with:
171171
python-version: 3.12
172172
cache: 'pip'
@@ -226,7 +226,7 @@ jobs:
226226
- name: Checkout
227227
uses: actions/checkout@v5
228228
- name: Setup Python
229-
uses: actions/setup-python@v5
229+
uses: actions/setup-python@v6
230230
with:
231231
python-version: 3.11
232232
- name: Disable man-db to speed up apt

0 commit comments

Comments
 (0)