From 7163c118d84924c2b81df73c5e28f941cc8730e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:16:16 +0000 Subject: [PATCH] chore: Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dev.yml | 2 +- .github/workflows/dev_adbc.yml | 2 +- .github/workflows/integration.yml | 8 ++++---- .github/workflows/native-unix.yml | 14 +++++++------- .github/workflows/native-windows.yml | 8 ++++---- .github/workflows/packaging.yml | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index b192fe8d0b..b93cde5510 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -57,7 +57,7 @@ jobs: run: | go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 - name: pre-commit (cache) - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }} diff --git a/.github/workflows/dev_adbc.yml b/.github/workflows/dev_adbc.yml index 8b94610afc..e137c8f593 100644 --- a/.github/workflows/dev_adbc.yml +++ b/.github/workflows/dev_adbc.yml @@ -51,7 +51,7 @@ jobs: persist-credentials: false - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 01c508647d..30285a9b3f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -66,7 +66,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -116,7 +116,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -185,7 +185,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -285,7 +285,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} diff --git a/.github/workflows/native-unix.yml b/.github/workflows/native-unix.yml index 72e3f10aa6..993487f339 100644 --- a/.github/workflows/native-unix.yml +++ b/.github/workflows/native-unix.yml @@ -93,7 +93,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -171,7 +171,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -291,7 +291,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -337,7 +337,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -470,7 +470,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -546,7 +546,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -663,7 +663,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} diff --git a/.github/workflows/native-windows.yml b/.github/workflows/native-windows.yml index c710d2b6ff..8083b410f4 100644 --- a/.github/workflows/native-windows.yml +++ b/.github/workflows/native-windows.yml @@ -74,7 +74,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 env: # Increment this to reset cache manually CACHE_NUMBER: 0 @@ -130,7 +130,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 env: # Increment this to reset cache manually CACHE_NUMBER: 0 @@ -202,7 +202,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 env: # Increment this to reset cache manually CACHE_NUMBER: 0 @@ -266,7 +266,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 env: # Increment this to reset cache manually CACHE_NUMBER: 0 diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index 58fa9d27f7..faefedb46c 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -422,7 +422,7 @@ jobs: ruby-version: ruby - name: Cache ccache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: adbc/ci/linux-packages/${{ env.TASK_NAMESPACE }}/build/${{ matrix.target }}/ccache key: linux-${{ env.TASK_NAMESPACE }}-ccache-${{ matrix.target }}-{{ "${{ hashFiles('adbc.h', 'c/**', 'glib/**') }}" }}