Skip to content

Commit e8960b8

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump the github-actions group with 4 updates
--- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: mikefarah/yq dependency-version: 4.50.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc4c5ab commit e8960b8

23 files changed

+86
-86
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: ${{ env.DEFAULT_PYTHON }}
3535

3636
- name: Cache pip
37-
uses: actions/cache@v4
37+
uses: actions/cache@v5
3838
with:
3939
path: ~/.cache/pip
4040
key: ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-changelog-${{ hashFiles('requirements/core.txt', 'requirements/docs.txt') }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
sudo apt-get install --no-install-recommends libkrb5-dev
4242
4343
- name: Cache pip
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
with:
4646
path: ~/.cache/pip
4747
key: ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-codeql-${{ hashFiles('requirements*.txt') }}

.github/workflows/get-matrix.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
152152
- name: Get Core matrix
153153
id: matrix-core
154-
uses: mikefarah/yq@v4.49.2
154+
uses: mikefarah/yq@v4.50.1
155155
with:
156156
cmd: yq -o=json '.matrix' .github/workflows/data/core/matrix.yml
157157

@@ -181,7 +181,7 @@ jobs:
181181
182182
- name: Get Clickhouse matrix
183183
id: matrix-clickhouse
184-
uses: mikefarah/yq@v4.49.2
184+
uses: mikefarah/yq@v4.50.1
185185
with:
186186
cmd: yq -o=json '.matrix' .github/workflows/data/clickhouse/matrix.yml
187187

@@ -211,7 +211,7 @@ jobs:
211211
212212
- name: Get Greenplum matrix
213213
id: matrix-greenplum
214-
uses: mikefarah/yq@v4.49.2
214+
uses: mikefarah/yq@v4.50.1
215215
with:
216216
cmd: yq -o=json '.matrix' .github/workflows/data/greenplum/matrix.yml
217217

@@ -241,7 +241,7 @@ jobs:
241241
242242
- name: Get Hive matrix
243243
id: matrix-hive
244-
uses: mikefarah/yq@v4.49.2
244+
uses: mikefarah/yq@v4.50.1
245245
with:
246246
cmd: yq -o=json '.matrix' .github/workflows/data/hive/matrix.yml
247247

@@ -271,7 +271,7 @@ jobs:
271271
272272
- name: Get Kafka matrix
273273
id: matrix-kafka
274-
uses: mikefarah/yq@v4.49.2
274+
uses: mikefarah/yq@v4.50.1
275275
with:
276276
cmd: yq -o=json '.matrix' .github/workflows/data/kafka/matrix.yml
277277

@@ -301,7 +301,7 @@ jobs:
301301
302302
- name: Get LocalFS matrix
303303
id: matrix-local-fs
304-
uses: mikefarah/yq@v4.49.2
304+
uses: mikefarah/yq@v4.50.1
305305
with:
306306
cmd: yq -o=json '.matrix' .github/workflows/data/local-fs/matrix.yml
307307

@@ -331,7 +331,7 @@ jobs:
331331
332332
- name: Get MongoDB matrix
333333
id: matrix-mongodb
334-
uses: mikefarah/yq@v4.49.2
334+
uses: mikefarah/yq@v4.50.1
335335
with:
336336
cmd: yq -o=json '.matrix' .github/workflows/data/mongodb/matrix.yml
337337

@@ -361,7 +361,7 @@ jobs:
361361
362362
- name: Get MSSQL matrix
363363
id: matrix-mssql
364-
uses: mikefarah/yq@v4.49.2
364+
uses: mikefarah/yq@v4.50.1
365365
with:
366366
cmd: yq -o=json '.matrix' .github/workflows/data/mssql/matrix.yml
367367

@@ -391,7 +391,7 @@ jobs:
391391
392392
- name: Get MySQL matrix
393393
id: matrix-mysql
394-
uses: mikefarah/yq@v4.49.2
394+
uses: mikefarah/yq@v4.50.1
395395
with:
396396
cmd: yq -o=json '.matrix' .github/workflows/data/mysql/matrix.yml
397397

@@ -421,7 +421,7 @@ jobs:
421421
422422
- name: Get Oracle matrix
423423
id: matrix-oracle
424-
uses: mikefarah/yq@v4.49.2
424+
uses: mikefarah/yq@v4.50.1
425425
with:
426426
cmd: yq -o=json '.matrix' .github/workflows/data/oracle/matrix.yml
427427

@@ -451,7 +451,7 @@ jobs:
451451
452452
- name: Get Postgres matrix
453453
id: matrix-postgres
454-
uses: mikefarah/yq@v4.49.2
454+
uses: mikefarah/yq@v4.50.1
455455
with:
456456
cmd: yq -o=json '.matrix' .github/workflows/data/postgres/matrix.yml
457457

@@ -481,7 +481,7 @@ jobs:
481481
482482
- name: Get FTP matrix
483483
id: matrix-ftp
484-
uses: mikefarah/yq@v4.49.2
484+
uses: mikefarah/yq@v4.50.1
485485
with:
486486
cmd: yq -o=json '.matrix' .github/workflows/data/ftp/matrix.yml
487487

@@ -511,7 +511,7 @@ jobs:
511511
512512
- name: Get FTPS matrix
513513
id: matrix-ftps
514-
uses: mikefarah/yq@v4.49.2
514+
uses: mikefarah/yq@v4.50.1
515515
with:
516516
cmd: yq -o=json '.matrix' .github/workflows/data/ftps/matrix.yml
517517

@@ -541,7 +541,7 @@ jobs:
541541
542542
- name: Get HDFS matrix
543543
id: matrix-hdfs
544-
uses: mikefarah/yq@v4.49.2
544+
uses: mikefarah/yq@v4.50.1
545545
with:
546546
cmd: yq -o=json '.matrix' .github/workflows/data/hdfs/matrix.yml
547547

@@ -571,7 +571,7 @@ jobs:
571571
572572
- name: Get S3 matrix
573573
id: matrix-s3
574-
uses: mikefarah/yq@v4.49.2
574+
uses: mikefarah/yq@v4.50.1
575575
with:
576576
cmd: yq -o=json '.matrix' .github/workflows/data/s3/matrix.yml
577577

@@ -601,7 +601,7 @@ jobs:
601601
602602
- name: Get SFTP matrix
603603
id: matrix-sftp
604-
uses: mikefarah/yq@v4.49.2
604+
uses: mikefarah/yq@v4.50.1
605605
with:
606606
cmd: yq -o=json '.matrix' .github/workflows/data/sftp/matrix.yml
607607

@@ -631,7 +631,7 @@ jobs:
631631
632632
- name: Get Samba matrix
633633
id: matrix-samba
634-
uses: mikefarah/yq@v4.49.2
634+
uses: mikefarah/yq@v4.50.1
635635
with:
636636
cmd: yq -o=json '.matrix' .github/workflows/data/samba/matrix.yml
637637

@@ -661,6 +661,6 @@ jobs:
661661
662662
- name: Get WebDAV matrix
663663
id: matrix-webdav
664-
uses: mikefarah/yq@v4.49.2
664+
uses: mikefarah/yq@v4.50.1
665665
with:
666666
cmd: yq -o=json '.matrix' .github/workflows/data/webdav/matrix.yml

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: ${{ env.DEFAULT_PYTHON }}
3636

3737
- name: Cache pip
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: ~/.cache/pip
4141
key: ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-release-${{ hashFiles('requirements/core.txt', 'requirements/docs.txt') }}

.github/workflows/test-clickhouse.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
python-version: ${{ inputs.python-version }}
5858

5959
- name: Cache Ivy
60-
uses: actions/cache@v4
60+
uses: actions/cache@v5
6161
if: inputs.with-cache
6262
with:
6363
path: ~/.ivy2
@@ -67,7 +67,7 @@ jobs:
6767
${{ runner.os }}-ivy-${{ inputs.spark-version }}-${{ inputs.pydantic-version }}-tests-clickhouse-
6868
6969
- name: Cache pip
70-
uses: actions/cache@v4
70+
uses: actions/cache@v5
7171
if: inputs.with-cache
7272
with:
7373
path: ~/.cache/pip
@@ -97,7 +97,7 @@ jobs:
9797
dest: ./logs
9898

9999
- name: Upload Clickhouse logs
100-
uses: actions/upload-artifact@v5
100+
uses: actions/upload-artifact@v6
101101
if: failure()
102102
with:
103103
name: container-logs-clickhouse-${{ inputs.clickhouse-version }}-spark-${{ inputs.spark-version }}
@@ -109,7 +109,7 @@ jobs:
109109
docker compose --profile all down -v --remove-orphans
110110
111111
- name: Upload coverage results
112-
uses: actions/upload-artifact@v5
112+
uses: actions/upload-artifact@v6
113113
with:
114114
name: coverage-clickhouse-${{ inputs.clickhouse-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
115115
path: reports/*

.github/workflows/test-core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
java-version: ${{ inputs.java-version }}
4444

4545
- name: Cache Ivy
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
if: inputs.with-cache
4848
with:
4949
path: ~/.ivy2
@@ -53,7 +53,7 @@ jobs:
5353
${{ runner.os }}-ivy-${{ inputs.spark-version }}-${{ inputs.pydantic-version }}-tests-clickhouse-
5454
5555
- name: Cache pip
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
if: inputs.with-cache
5858
with:
5959
path: ~/.cache/pip
@@ -75,7 +75,7 @@ jobs:
7575
./run_tests.sh onetl/_util onetl/hooks onetl/file/filter onetl/file/limit onetl/hwm/store/hwm_class_registry.py
7676
7777
- name: Upload coverage results
78-
uses: actions/upload-artifact@v5
78+
uses: actions/upload-artifact@v6
7979
with:
8080
name: coverage-core-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
8181
path: reports/*

.github/workflows/test-ftp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python-version: ${{ inputs.python-version }}
4343

4444
- name: Cache pip
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
if: inputs.with-cache
4747
with:
4848
path: ~/.cache/pip
@@ -72,7 +72,7 @@ jobs:
7272
dest: ./logs
7373

7474
- name: Upload FTP logs
75-
uses: actions/upload-artifact@v5
75+
uses: actions/upload-artifact@v6
7676
if: failure()
7777
with:
7878
name: container-logs-ftp-${{ inputs.ftp-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
@@ -86,7 +86,7 @@ jobs:
8686
docker compose --profile all down -v --remove-orphans
8787
8888
- name: Upload coverage results
89-
uses: actions/upload-artifact@v5
89+
uses: actions/upload-artifact@v6
9090
with:
9191
name: coverage-ftp-${{ inputs.ftp-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
9292
path: reports/*

.github/workflows/test-ftps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: ${{ inputs.python-version }}
4141

4242
- name: Cache pip
43-
uses: actions/cache@v4
43+
uses: actions/cache@v5
4444
if: inputs.with-cache
4545
with:
4646
path: ~/.cache/pip
@@ -72,7 +72,7 @@ jobs:
7272
dest: ./logs
7373

7474
- name: Upload FTPS logs
75-
uses: actions/upload-artifact@v5
75+
uses: actions/upload-artifact@v6
7676
if: failure()
7777
with:
7878
name: container-logs-ftps-${{ inputs.ftps-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
@@ -84,7 +84,7 @@ jobs:
8484
docker compose --profile all down -v --remove-orphans
8585
8686
- name: Upload coverage results
87-
uses: actions/upload-artifact@v5
87+
uses: actions/upload-artifact@v6
8888
with:
8989
name: coverage-ftps-${{ inputs.ftps-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
9090
path: reports/*

.github/workflows/test-greenplum.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python-version: ${{ inputs.python-version }}
6464

6565
- name: Cache Ivy
66-
uses: actions/cache@v4
66+
uses: actions/cache@v5
6767
if: inputs.with-cache
6868
with:
6969
path: ~/.ivy2
@@ -73,7 +73,7 @@ jobs:
7373
${{ runner.os }}-ivy-${{ inputs.spark-version }}-${{ inputs.pydantic-version }}-tests-greenplum-
7474
7575
- name: Cache pip
76-
uses: actions/cache@v4
76+
uses: actions/cache@v5
7777
if: inputs.with-cache
7878
with:
7979
path: ~/.cache/pip
@@ -125,7 +125,7 @@ jobs:
125125
dest: ./logs
126126

127127
- name: Upload Greenplum logs
128-
uses: actions/upload-artifact@v5
128+
uses: actions/upload-artifact@v6
129129
if: failure()
130130
with:
131131
name: container-logs-greenplum-${{ inputs.greenplum-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
@@ -137,7 +137,7 @@ jobs:
137137
docker compose --profile all down -v --remove-orphans
138138
139139
- name: Upload coverage results
140-
uses: actions/upload-artifact@v5
140+
uses: actions/upload-artifact@v6
141141
with:
142142
name: coverage-greenplum-${{ inputs.greenplum-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
143143
path: reports/*

.github/workflows/test-hdfs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
sudo apt-get install --no-install-recommends libkrb5-dev gcc
5959
6060
- name: Cache pip
61-
uses: actions/cache@v4
61+
uses: actions/cache@v5
6262
if: inputs.with-cache
6363
with:
6464
path: ~/.cache/pip
@@ -93,7 +93,7 @@ jobs:
9393
dest: ./logs
9494

9595
- name: Upload HDFS logs
96-
uses: actions/upload-artifact@v5
96+
uses: actions/upload-artifact@v6
9797
if: failure()
9898
with:
9999
name: container-logs-hdfs-${{ inputs.hadoop-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
@@ -105,7 +105,7 @@ jobs:
105105
docker compose --profile all down -v --remove-orphans
106106
107107
- name: Upload coverage results
108-
uses: actions/upload-artifact@v5
108+
uses: actions/upload-artifact@v6
109109
with:
110110
name: coverage-hdfs-${{ inputs.hadoop-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
111111
path: reports/*

0 commit comments

Comments
 (0)