From ac67d05e745d80a8d702badd6f98476d7778d409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:09:53 +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/build-and-test-device.yaml | 2 +- .github/workflows/build-and-test-ipc.yaml | 2 +- .github/workflows/build-and-test.yaml | 4 ++-- .github/workflows/clang-tidy.yaml | 2 +- .github/workflows/dev.yaml | 2 +- .github/workflows/verify.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-test-device.yaml b/.github/workflows/build-and-test-device.yaml index 91e14adee..3e10d4950 100644 --- a/.github/workflows/build-and-test-device.yaml +++ b/.github/workflows/build-and-test-device.yaml @@ -91,7 +91,7 @@ jobs: - name: Cache Arrow C++ Build id: cache-arrow-build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: arrow # Bump the number at the end of this line to force a new Arrow C++ build diff --git a/.github/workflows/build-and-test-ipc.yaml b/.github/workflows/build-and-test-ipc.yaml index c9fb57af1..2ae83deaf 100644 --- a/.github/workflows/build-and-test-ipc.yaml +++ b/.github/workflows/build-and-test-ipc.yaml @@ -69,7 +69,7 @@ jobs: - name: Cache Arrow C++ Build id: cache-arrow-build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: arrow # Bump the number at the end of this line to force a new Arrow C++ build diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index a086b9e1b..131884896 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -61,7 +61,7 @@ jobs: - name: Cache Arrow C++ Build id: cache-arrow-build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: arrow # Bump the number at the end of this line to force a new Arrow C++ build @@ -150,7 +150,7 @@ jobs: - name: Cache Arrow C++ Build id: cache-arrow-build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: arrow # Bump the number at the end of this line to force a new Arrow C++ build diff --git a/.github/workflows/clang-tidy.yaml b/.github/workflows/clang-tidy.yaml index e974e23b5..821ae823d 100644 --- a/.github/workflows/clang-tidy.yaml +++ b/.github/workflows/clang-tidy.yaml @@ -44,7 +44,7 @@ jobs: - name: Cache Arrow C++ Build id: cache-arrow-build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: arrow # Bump the number at the end of this line to force a new Arrow C++ build diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index 2d1f28e8f..cfb28c7a2 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -41,7 +41,7 @@ jobs: with: python-version: '3.13' - 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/verify.yaml b/.github/workflows/verify.yaml index 7147bb537..f56339040 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -86,7 +86,7 @@ jobs: - name: Cache Arrow C++ Build id: cache-arrow-build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: arrow # Bump the number at the end of this line to force a new Arrow C++ build