From 2ff76c24f49d7efdd7a1fd2e15adf50ab6d006cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 16:33:17 +0000 Subject: [PATCH] MINOR: [CI] Bump the apache-infrastructure-actions-stash group with 2 updates Bumps the apache-infrastructure-actions-stash group with 2 updates: [apache/infrastructure-actions/stash/restore](https://github.com/apache/infrastructure-actions) and [apache/infrastructure-actions/stash/save](https://github.com/apache/infrastructure-actions). Updates `apache/infrastructure-actions/stash/restore` from ce952724eb5210790bd5d466d70d5d60ac3e6c21 to 547b55daa5d3c7e45383094ef738b7d16bc8ccc5 - [Commits](https://github.com/apache/infrastructure-actions/compare/ce952724eb5210790bd5d466d70d5d60ac3e6c21...547b55daa5d3c7e45383094ef738b7d16bc8ccc5) Updates `apache/infrastructure-actions/stash/save` from ce952724eb5210790bd5d466d70d5d60ac3e6c21 to 547b55daa5d3c7e45383094ef738b7d16bc8ccc5 - [Commits](https://github.com/apache/infrastructure-actions/compare/ce952724eb5210790bd5d466d70d5d60ac3e6c21...547b55daa5d3c7e45383094ef738b7d16bc8ccc5) --- updated-dependencies: - dependency-name: apache/infrastructure-actions/stash/restore dependency-version: 547b55daa5d3c7e45383094ef738b7d16bc8ccc5 dependency-type: direct:production dependency-group: apache-infrastructure-actions-stash - dependency-name: apache/infrastructure-actions/stash/save dependency-version: 547b55daa5d3c7e45383094ef738b7d16bc8ccc5 dependency-type: direct:production dependency-group: apache-infrastructure-actions-stash ... Signed-off-by: dependabot[bot] --- .github/workflows/cpp.yml | 12 ++++++------ .github/workflows/cpp_extra.yml | 24 ++++++++++++------------ .github/workflows/cpp_windows.yml | 4 ++-- .github/workflows/cuda_extra.yml | 4 ++-- .github/workflows/package_linux.yml | 4 ++-- .github/workflows/python.yml | 12 ++++++------ .github/workflows/ruby.yml | 16 ++++++++-------- 7 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index ee66637f140a..493e7ab567af 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@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: .docker key: cpp-${{ matrix.image }} @@ -154,7 +154,7 @@ jobs: - name: Save Docker Volumes if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 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@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: cpp-ccache-macos-${{ matrix.macos-version }} @@ -285,7 +285,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 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@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ccache key: cpp-ccache-${{ matrix.msystem_lower}} @@ -389,7 +389,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ccache key: cpp-ccache-${{ matrix.msystem_lower}} diff --git a/.github/workflows/cpp_extra.yml b/.github/workflows/cpp_extra.yml index 5236ea63573a..046e95292b04 100644 --- a/.github/workflows/cpp_extra.yml +++ b/.github/workflows/cpp_extra.yml @@ -146,7 +146,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Restore Docker Volumes - uses: apache/infrastructure-actions/stash/restore@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: .docker key: cpp-extra-${{ matrix.image }} @@ -175,7 +175,7 @@ jobs: - name: Save Docker Volumes if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: .docker key: cpp-extra-${{ matrix.image }} @@ -235,7 +235,7 @@ jobs: run: | ci/scripts/util_free_space.sh - name: Restore Docker Volumes - uses: apache/infrastructure-actions/stash/restore@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: .docker key: jni-${{ matrix.platform.runs-on }} @@ -257,7 +257,7 @@ jobs: - name: Save Docker Volumes if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: .docker key: jni-${{ matrix.platform.runs-on }} @@ -312,7 +312,7 @@ jobs: run: | echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV} - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ccache key: jni-macos @@ -358,7 +358,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ccache key: jni-macos @@ -413,7 +413,7 @@ jobs: echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: jni-windows @@ -482,7 +482,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: jni-windows @@ -516,7 +516,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@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: .docker key: ubuntu-cpp-odbc @@ -532,7 +532,7 @@ jobs: - name: Save Docker Volumes if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: .docker key: ubuntu-cpp-odbc @@ -606,7 +606,7 @@ jobs: run: | echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: cpp-odbc-ccache-macos-${{ matrix.macos-version }}-${{ matrix.build-type }} @@ -629,7 +629,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 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 65a63263e119..a91656f35787 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@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: cpp-ccache-windows-${{ inputs.arch }} @@ -125,7 +125,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: cpp-ccache-windows-${{ inputs.arch }} diff --git a/.github/workflows/cuda_extra.yml b/.github/workflows/cuda_extra.yml index ca5f51895732..3110311fee30 100644 --- a/.github/workflows/cuda_extra.yml +++ b/.github/workflows/cuda_extra.yml @@ -106,7 +106,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Restore Docker Volumes - uses: apache/infrastructure-actions/stash/restore@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: .docker key: extra-${{ matrix.image }}-${{ matrix.ubuntu }}-${{ matrix.cuda }} @@ -136,7 +136,7 @@ jobs: - name: Save Docker Volumes if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: .docker key: extra-${{ matrix.image }}-${{ matrix.ubuntu }}-${{ matrix.cuda }} diff --git a/.github/workflows/package_linux.yml b/.github/workflows/package_linux.yml index dd5d5a4eaf3d..e7803caa7055 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@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ${{ env.BUILD_DIR }}/${{ env.TARGET }} key: package-linux-${{ matrix.id }} @@ -254,7 +254,7 @@ jobs: if: >- !cancelled() continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 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 ae9b09176b6b..ace82d102588 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@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: .docker key: python-${{ matrix.name }} @@ -127,7 +127,7 @@ jobs: - name: Save Docker Volumes if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 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@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: python-ccache-macos-${{ matrix.macos-version }} @@ -243,7 +243,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 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@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ${{ env.CCACHE_DIR }} key: python-ccache-windows @@ -305,7 +305,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ${{ env.CCACHE_DIR }} key: python-ccache-windows diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 4d48267f927d..9df6cf694b93 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@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: .docker key: ruby-ubuntu-${{ matrix.ubuntu }} @@ -115,7 +115,7 @@ jobs: - name: Save Docker Volumes if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 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@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: ruby-ccache-macos @@ -205,7 +205,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 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@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: # CCACHE_DIR is set by `msys2_setup.sh` path: ${{ env.CCACHE_DIR }} @@ -302,7 +302,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ${{ env.CCACHE_DIR }} key: ruby-ccache-ucrt${{ matrix.mingw-n-bits }} @@ -415,7 +415,7 @@ jobs: run: | ci/scripts/ccache_setup.sh - name: Restore ccache - uses: apache/infrastructure-actions/stash/restore@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/restore@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ${{ env.CCACHE_DIR }} key: ruby-ccache-msvc @@ -467,7 +467,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@ce952724eb5210790bd5d466d70d5d60ac3e6c21 + uses: apache/infrastructure-actions/stash/save@547b55daa5d3c7e45383094ef738b7d16bc8ccc5 with: path: ${{ env.CCACHE_DIR }} key: ruby-ccache-msvc