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