Skip to content

Commit 06c49dd

Browse files
renovate[bot]funilrys
authored andcommitted
Update github-actions deps to v7
1 parent 32f0cf4 commit 06c49dd

3 files changed

Lines changed: 45 additions & 45 deletions

File tree

.github/workflows/branches.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
- ubuntu-latest
3434

3535
steps:
36-
- uses: actions/checkout@v6
36+
- uses: actions/checkout@v7
3737
name: Clone repository
3838

3939
- name: Set up Python ${{ matrix.python_version }}
40-
uses: actions/setup-python@v6
40+
uses: actions/setup-python@v7
4141
with:
4242
python-version: ${{ matrix.python_version }}
4343

@@ -66,11 +66,11 @@ jobs:
6666
- ubuntu-latest
6767

6868
steps:
69-
- uses: actions/checkout@v6
69+
- uses: actions/checkout@v7
7070
name: Clone repository
7171

7272
- name: Set up Python ${{ matrix.python_version }}
73-
uses: actions/setup-python@v6
73+
uses: actions/setup-python@v7
7474
with:
7575
python-version: ${{ matrix.python_version }}
7676

@@ -102,11 +102,11 @@ jobs:
102102
- windows-latest
103103

104104
steps:
105-
- uses: actions/checkout@v6
105+
- uses: actions/checkout@v7
106106
name: Clone repository
107107

108108
- name: Set up Python ${{ matrix.python_version }}
109-
uses: actions/setup-python@v6
109+
uses: actions/setup-python@v7
110110
with:
111111
python-version: ${{ matrix.python_version }}
112112

@@ -168,11 +168,11 @@ jobs:
168168
- windows-latest
169169

170170
steps:
171-
- uses: actions/checkout@v6
171+
- uses: actions/checkout@v7
172172
name: Clone repository
173173

174174
- name: Set up Python ${{ matrix.python_version }}
175-
uses: actions/setup-python@v6
175+
uses: actions/setup-python@v7
176176
with:
177177
python-version: ${{ matrix.python_version }}
178178

@@ -222,11 +222,11 @@ jobs:
222222
- ubuntu-latest
223223

224224
steps:
225-
- uses: actions/checkout@v6
225+
- uses: actions/checkout@v7
226226
name: Clone repository
227227

228228
- name: Set up Python ${{ matrix.python_version }}
229-
uses: actions/setup-python@v6
229+
uses: actions/setup-python@v7
230230
with:
231231
python-version: ${{ matrix.python_version }}
232232

@@ -276,11 +276,11 @@ jobs:
276276
- ubuntu-latest
277277

278278
steps:
279-
- uses: actions/checkout@v6
279+
- uses: actions/checkout@v7
280280
name: Clone repository
281281

282282
- name: Set up Python ${{ matrix.python_version }}
283-
uses: actions/setup-python@v6
283+
uses: actions/setup-python@v7
284284
with:
285285
python-version: ${{ matrix.python_version }}
286286

.github/workflows/dev.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- ubuntu-latest
3030

3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
name: Clone repository
3434

3535
- name: Set up Python ${{ matrix.python_version }}
36-
uses: actions/setup-python@v6
36+
uses: actions/setup-python@v7
3737
with:
3838
python-version: ${{ matrix.python_version }}
3939

@@ -62,11 +62,11 @@ jobs:
6262
- ubuntu-latest
6363

6464
steps:
65-
- uses: actions/checkout@v6
65+
- uses: actions/checkout@v7
6666
name: Clone repository
6767

6868
- name: Set up Python ${{ matrix.python_version }}
69-
uses: actions/setup-python@v6
69+
uses: actions/setup-python@v7
7070
with:
7171
python-version: ${{ matrix.python_version }}
7272

@@ -98,11 +98,11 @@ jobs:
9898
- windows-latest
9999

100100
steps:
101-
- uses: actions/checkout@v6
101+
- uses: actions/checkout@v7
102102
name: Clone repository
103103

104104
- name: Set up Python ${{ matrix.python_version }}
105-
uses: actions/setup-python@v6
105+
uses: actions/setup-python@v7
106106
with:
107107
python-version: ${{ matrix.python_version }}
108108

@@ -165,11 +165,11 @@ jobs:
165165
- windows-latest
166166

167167
steps:
168-
- uses: actions/checkout@v6
168+
- uses: actions/checkout@v7
169169
name: Clone repository
170170

171171
- name: Set up Python ${{ matrix.python_version }}
172-
uses: actions/setup-python@v6
172+
uses: actions/setup-python@v7
173173
with:
174174
python-version: ${{ matrix.python_version }}
175175

@@ -219,11 +219,11 @@ jobs:
219219
- ubuntu-latest
220220

221221
steps:
222-
- uses: actions/checkout@v6
222+
- uses: actions/checkout@v7
223223
name: Clone repository
224224

225225
- name: Set up Python ${{ matrix.python_version }}
226-
uses: actions/setup-python@v6
226+
uses: actions/setup-python@v7
227227
with:
228228
python-version: ${{ matrix.python_version }}
229229

@@ -273,11 +273,11 @@ jobs:
273273
- ubuntu-latest
274274

275275
steps:
276-
- uses: actions/checkout@v6
276+
- uses: actions/checkout@v7
277277
name: Clone repository
278278

279279
- name: Set up Python ${{ matrix.python_version }}
280-
uses: actions/setup-python@v6
280+
uses: actions/setup-python@v7
281281
with:
282282
python-version: ${{ matrix.python_version }}
283283

@@ -306,11 +306,11 @@ jobs:
306306
- ubuntu-latest
307307

308308
steps:
309-
- uses: actions/checkout@v6
309+
- uses: actions/checkout@v7
310310
name: Clone repository
311311

312312
- name: Set up Python ${{ matrix.python_version }}
313-
uses: actions/setup-python@v6
313+
uses: actions/setup-python@v7
314314
with:
315315
python-version: ${{ matrix.python_version }}
316316

@@ -354,17 +354,17 @@ jobs:
354354
BUILDER_CLONE_DIRNAME: pyfunceble_docker
355355

356356
steps:
357-
- uses: actions/checkout@v6
357+
- uses: actions/checkout@v7
358358
name: Clone repository
359359

360-
- uses: actions/checkout@v6
360+
- uses: actions/checkout@v7
361361
name: Clone docker 📦 repository
362362
with:
363363
repository: PyFunceble/docker
364364
path: ${{ env.BUILDER_CLONE_DIRNAME }}/
365365

366366
- name: Set up Python ${{ matrix.python_version }}
367-
uses: actions/setup-python@v6
367+
uses: actions/setup-python@v7
368368
with:
369369
python-version: ${{ matrix.python_version }}
370370

@@ -440,17 +440,17 @@ jobs:
440440
OUR_DOCKER_EMAIL: ${{ secrets.OUR_DOCKER_EMAIL }}
441441

442442
steps:
443-
- uses: actions/checkout@v6
443+
- uses: actions/checkout@v7
444444
name: Clone repository
445445

446-
- uses: actions/checkout@v6
446+
- uses: actions/checkout@v7
447447
name: Clone docker 📦 repository
448448
with:
449449
repository: PyFunceble/docker
450450
path: ${{ env.BUILDER_CLONE_DIRNAME }}/
451451

452452
- name: Set up Python ${{ matrix.python_version }}
453-
uses: actions/setup-python@v6
453+
uses: actions/setup-python@v7
454454
with:
455455
python-version: ${{ matrix.python_version }}
456456

@@ -523,7 +523,7 @@ jobs:
523523
pacman -Syu --needed --noconfirm && \
524524
pacman -S --needed --noconfirm git binutils pacman-contrib openssh rsync python python-setuptools jq
525525
526-
- uses: actions/checkout@v6
526+
- uses: actions/checkout@v7
527527
name: Clone repository
528528

529529
- name: Publish 📦 to the AUR - if necessary

.github/workflows/stable.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- ubuntu-latest
3030

3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
name: Clone repository
3434

3535
- name: Set up Python ${{ matrix.python_version }}
36-
uses: actions/setup-python@v6
36+
uses: actions/setup-python@v7
3737
with:
3838
python-version: ${{ matrix.python_version }}
3939

@@ -62,11 +62,11 @@ jobs:
6262
- ubuntu-latest
6363

6464
steps:
65-
- uses: actions/checkout@v6
65+
- uses: actions/checkout@v7
6666
name: Clone repository
6767

6868
- name: Set up Python ${{ matrix.python_version }}
69-
uses: actions/setup-python@v6
69+
uses: actions/setup-python@v7
7070
with:
7171
python-version: ${{ matrix.python_version }}
7272

@@ -98,11 +98,11 @@ jobs:
9898
- windows-latest
9999

100100
steps:
101-
- uses: actions/checkout@v6
101+
- uses: actions/checkout@v7
102102
name: Clone repository
103103

104104
- name: Set up Python ${{ matrix.python_version }}
105-
uses: actions/setup-python@v6
105+
uses: actions/setup-python@v7
106106
with:
107107
python-version: ${{ matrix.python_version }}
108108

@@ -163,11 +163,11 @@ jobs:
163163
- ubuntu-latest
164164

165165
steps:
166-
- uses: actions/checkout@v6
166+
- uses: actions/checkout@v7
167167
name: Clone repository
168168

169169
- name: Set up Python ${{ matrix.python_version }}
170-
uses: actions/setup-python@v6
170+
uses: actions/setup-python@v7
171171
with:
172172
python-version: ${{ matrix.python_version }}
173173

@@ -214,17 +214,17 @@ jobs:
214214
OUR_DOCKER_EMAIL: ${{ secrets.OUR_DOCKER_EMAIL }}
215215

216216
steps:
217-
- uses: actions/checkout@v6
217+
- uses: actions/checkout@v7
218218
name: Clone repository
219219

220-
- uses: actions/checkout@v6
220+
- uses: actions/checkout@v7
221221
name: Clone docker 📦 repository
222222
with:
223223
repository: PyFunceble/docker
224224
path: ${{ env.BUILDER_CLONE_DIRNAME }}/
225225

226226
- name: Set up Python ${{ matrix.python_version }}
227-
uses: actions/setup-python@v6
227+
uses: actions/setup-python@v7
228228
with:
229229
python-version: ${{ matrix.python_version }}
230230

@@ -296,7 +296,7 @@ jobs:
296296
pacman -Syu --needed --noconfirm && \
297297
pacman -S --needed --noconfirm git binutils pacman-contrib openssh rsync python python-setuptools jq
298298
299-
- uses: actions/checkout@v6
299+
- uses: actions/checkout@v7
300300
name: Clone repository
301301

302302
- name: Publish 📦 to the AUR - if necessary

0 commit comments

Comments
 (0)