From 9788bd4e12000d7fadd67b280c6c2e333ddb3458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 06:27:20 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 in the github-actions group Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/test-clickhouse.yml | 2 +- .github/workflows/test-core.yml | 2 +- .github/workflows/test-greenplum.yml | 2 +- .github/workflows/test-hdfs.yml | 2 +- .github/workflows/test-hive-and-iceberg.yml | 4 ++-- .github/workflows/test-kafka.yml | 2 +- .github/workflows/test-local-fs.yml | 4 ++-- .github/workflows/test-mongodb.yml | 2 +- .github/workflows/test-mssql.yml | 2 +- .github/workflows/test-mysql.yml | 2 +- .github/workflows/test-oracle.yml | 2 +- .github/workflows/test-postgres.yml | 2 +- .github/workflows/test-s3.yml | 4 ++-- 14 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9bc1837ed..d95f8ee97 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: # astral-sh/setup-uv cannot restore multiple keys - name: Cache uv - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/uv key: ${{ runner.os }}-python${{ env.DEFAULT_PYTHON }}-pydantic2-spark3.5-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/test-clickhouse.yml b/.github/workflows/test-clickhouse.yml index 45e9e1920..f78d85621 100644 --- a/.github/workflows/test-clickhouse.yml +++ b/.github/workflows/test-clickhouse.yml @@ -65,7 +65,7 @@ jobs: # astral-sh/setup-uv cannot restore multiple keys - name: Cache uv - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/uv key: ${{ runner.os }}-python${{ inputs.python-version }}-pydantic${{ inputs.pydantic-version }}-spark${{ inputs.spark-version }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index 5473b042c..bcaf98eb5 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -50,7 +50,7 @@ jobs: # astral-sh/setup-uv cannot restore multiple keys - name: Cache uv - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/uv key: ${{ runner.os }}-python${{ inputs.python-version }}-pydantic${{ inputs.pydantic-version }}-spark${{ inputs.spark-version }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/test-greenplum.yml b/.github/workflows/test-greenplum.yml index 345a22e99..a63207810 100644 --- a/.github/workflows/test-greenplum.yml +++ b/.github/workflows/test-greenplum.yml @@ -77,7 +77,7 @@ jobs: # astral-sh/setup-uv cannot restore multiple keys - name: Cache uv - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/uv key: ${{ runner.os }}-python${{ inputs.python-version }}-pydantic${{ inputs.pydantic-version }}-spark${{ inputs.spark-version }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/test-hdfs.yml b/.github/workflows/test-hdfs.yml index 17ca76290..0e1abf7c5 100644 --- a/.github/workflows/test-hdfs.yml +++ b/.github/workflows/test-hdfs.yml @@ -66,7 +66,7 @@ jobs: # astral-sh/setup-uv cannot restore multiple keys - name: Cache uv - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: ${{ runner.os }}-python${{ inputs.python-version }}-pydantic${{ inputs.pydantic-version }}-spark${{ inputs.spark-version }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/test-hive-and-iceberg.yml b/.github/workflows/test-hive-and-iceberg.yml index e9d768259..f5c9237d1 100644 --- a/.github/workflows/test-hive-and-iceberg.yml +++ b/.github/workflows/test-hive-and-iceberg.yml @@ -43,7 +43,7 @@ jobs: python-version: ${{ inputs.python-version }} - name: Cache Ivy - uses: actions/cache@v5 + uses: actions/cache@v6 if: inputs.with-cache with: path: ~/.ivy2 @@ -60,7 +60,7 @@ jobs: # astral-sh/setup-uv cannot restore multiple keys - name: Cache uv - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/uv key: ${{ runner.os }}-python${{ inputs.python-version }}-pydantic${{ inputs.pydantic-version }}-spark${{ inputs.spark-version }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/test-kafka.yml b/.github/workflows/test-kafka.yml index 3842de1f5..cb5b354c3 100644 --- a/.github/workflows/test-kafka.yml +++ b/.github/workflows/test-kafka.yml @@ -62,7 +62,7 @@ jobs: # astral-sh/setup-uv cannot restore multiple keys - name: Cache uv - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/uv key: ${{ runner.os }}-python${{ inputs.python-version }}-pydantic${{ inputs.pydantic-version }}-spark${{ inputs.spark-version }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/test-local-fs.yml b/.github/workflows/test-local-fs.yml index 3caf1203a..3256f9cbc 100644 --- a/.github/workflows/test-local-fs.yml +++ b/.github/workflows/test-local-fs.yml @@ -43,7 +43,7 @@ jobs: python-version: ${{ inputs.python-version }} - name: Cache Ivy - uses: actions/cache@v5 + uses: actions/cache@v6 if: inputs.with-cache with: path: ~/.ivy2 @@ -60,7 +60,7 @@ jobs: # astral-sh/setup-uv cannot restore multiple keys - name: Cache uv - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/uv key: ${{ runner.os }}-python${{ inputs.python-version }}-pydantic${{ inputs.pydantic-version }}-spark${{ inputs.spark-version }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/test-mongodb.yml b/.github/workflows/test-mongodb.yml index 6f1627226..73c976325 100644 --- a/.github/workflows/test-mongodb.yml +++ b/.github/workflows/test-mongodb.yml @@ -62,7 +62,7 @@ jobs: # astral-sh/setup-uv cannot restore multiple keys - name: Cache uv - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/uv key: ${{ runner.os }}-python${{ inputs.python-version }}-pydantic${{ inputs.pydantic-version }}-spark${{ inputs.spark-version }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/test-mssql.yml b/.github/workflows/test-mssql.yml index 50d7ca22f..eed34ad47 100644 --- a/.github/workflows/test-mssql.yml +++ b/.github/workflows/test-mssql.yml @@ -69,7 +69,7 @@ jobs: # astral-sh/setup-uv cannot restore multiple keys - name: Cache uv - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/uv key: ${{ runner.os }}-python${{ inputs.python-version }}-pydantic${{ inputs.pydantic-version }}-spark${{ inputs.spark-version }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/test-mysql.yml b/.github/workflows/test-mysql.yml index 4cdc6f6a5..937c21de7 100644 --- a/.github/workflows/test-mysql.yml +++ b/.github/workflows/test-mysql.yml @@ -62,7 +62,7 @@ jobs: # astral-sh/setup-uv cannot restore multiple keys - name: Cache uv - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/uv key: ${{ runner.os }}-python${{ inputs.python-version }}-pydantic${{ inputs.pydantic-version }}-spark${{ inputs.spark-version }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/test-oracle.yml b/.github/workflows/test-oracle.yml index 8c614159c..ff5e3dbac 100644 --- a/.github/workflows/test-oracle.yml +++ b/.github/workflows/test-oracle.yml @@ -81,7 +81,7 @@ jobs: # astral-sh/setup-uv cannot restore multiple keys - name: Cache uv - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/uv key: ${{ runner.os }}-python${{ inputs.python-version }}-pydantic${{ inputs.pydantic-version }}-spark${{ inputs.spark-version }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/test-postgres.yml b/.github/workflows/test-postgres.yml index f47d85938..9d371cb4a 100644 --- a/.github/workflows/test-postgres.yml +++ b/.github/workflows/test-postgres.yml @@ -62,7 +62,7 @@ jobs: # astral-sh/setup-uv cannot restore multiple keys - name: Cache uv - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/uv key: ${{ runner.os }}-python${{ inputs.python-version }}-pydantic${{ inputs.pydantic-version }}-spark${{ inputs.spark-version }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/test-s3.yml b/.github/workflows/test-s3.yml index a4f83b11d..afd5b3b39 100644 --- a/.github/workflows/test-s3.yml +++ b/.github/workflows/test-s3.yml @@ -53,7 +53,7 @@ jobs: python-version: ${{ inputs.python-version }} - name: Cache Ivy - uses: actions/cache@v5 + uses: actions/cache@v6 if: inputs.with-cache with: path: ~/.ivy2 @@ -70,7 +70,7 @@ jobs: # astral-sh/setup-uv cannot restore multiple keys - name: Cache uv - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/uv key: ${{ runner.os }}-python${{ inputs.python-version }}-pydantic${{ inputs.pydantic-version }}-spark${{ inputs.spark-version }}-${{ hashFiles('uv.lock') }}