diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 36e8e9b6de0..494ed6399cf 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -123,7 +123,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Restore Docker Volumes - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: .docker key: cpp-${{ matrix.image }} @@ -262,7 +262,7 @@ jobs: run: | echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: cpp-ccache-macos-${{ matrix.macos-version }} @@ -377,7 +377,7 @@ jobs: shell: msys2 {0} run: ci/scripts/msys2_setup.sh cpp - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ccache key: cpp-ccache-${{ matrix.msystem_lower}} diff --git a/.github/workflows/cpp_extra.yml b/.github/workflows/cpp_extra.yml index f0fd53bc1a8..1b1f447e6ad 100644 --- a/.github/workflows/cpp_extra.yml +++ b/.github/workflows/cpp_extra.yml @@ -141,7 +141,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Restore Docker Volumes - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: .docker key: cpp-extra-${{ matrix.image }} @@ -230,7 +230,7 @@ jobs: run: | ci/scripts/util_free_space.sh - name: Restore Docker Volumes - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: .docker key: jni-${{ matrix.platform.runs-on }} @@ -307,7 +307,7 @@ jobs: run: | echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV} - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ccache key: jni-macos @@ -408,7 +408,7 @@ jobs: echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: jni-windows @@ -511,7 +511,7 @@ jobs: docker compose up -d dremio cpp/src/arrow/flight/sql/odbc/tests/dremio/set_up_dremio_instance.sh - name: Restore Docker Volumes - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: .docker key: ubuntu-cpp-odbc @@ -601,7 +601,7 @@ jobs: run: | echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: cpp-odbc-ccache-macos-${{ matrix.macos-version }}-${{ matrix.build-type }} diff --git a/.github/workflows/cpp_windows.yml b/.github/workflows/cpp_windows.yml index 3e3cb44aa76..f9160f4b7e3 100644 --- a/.github/workflows/cpp_windows.yml +++ b/.github/workflows/cpp_windows.yml @@ -111,7 +111,7 @@ jobs: run: | echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: cpp-ccache-windows-${{ inputs.arch }} diff --git a/.github/workflows/package_linux.yml b/.github/workflows/package_linux.yml index a70ae858615..b35140f1215 100644 --- a/.github/workflows/package_linux.yml +++ b/.github/workflows/package_linux.yml @@ -187,7 +187,7 @@ jobs: echo "ARROW_VERSION=${version}" >> "${GITHUB_ENV}" fi - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ env.BUILD_DIR }}/${{ env.TARGET }} key: package-linux-${{ matrix.id }} diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index acad4c2dd8c..cc51af3dc4d 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -107,7 +107,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Restore Docker Volumes - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: .docker key: python-${{ matrix.name }} @@ -216,7 +216,7 @@ jobs: shell: bash run: echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: python-ccache-macos-${{ matrix.macos-version }} @@ -292,7 +292,7 @@ jobs: run: | echo "usr-windows-dir="$(cygpath --absolute --windows /usr)"" >> $GITHUB_OUTPUT - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ env.CCACHE_DIR }} key: python-ccache-windows diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 639315c0c9b..32d137ae5f3 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -88,7 +88,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Restore Docker Volumes - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: .docker key: ruby-ubuntu-${{ matrix.ubuntu }} @@ -192,7 +192,7 @@ jobs: shell: bash run: echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: ruby-ccache-macos @@ -278,7 +278,7 @@ jobs: run: | ridk exec bash ci\scripts\msys2_setup.sh ruby - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: # CCACHE_DIR is set by `msys2_setup.sh` path: ${{ env.CCACHE_DIR }} @@ -415,7 +415,7 @@ jobs: run: | ci/scripts/ccache_setup.sh - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ env.CCACHE_DIR }} key: ruby-ccache-msvc