This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new c04fd3db561 MINOR: [CI] Bump apache/infrastructure-actions/stash/save
from bc817c8e9ad7d8216aab74223e32ea391e233b2c to
69afc125e535c4c41e7f1b7470f583087e0f344b (#50973)
c04fd3db561 is described below
commit c04fd3db56162f411df6a2ddb2bb721d8ab9510e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 25 08:13:06 2026 +0900
MINOR: [CI] Bump apache/infrastructure-actions/stash/save from
bc817c8e9ad7d8216aab74223e32ea391e233b2c to
69afc125e535c4c41e7f1b7470f583087e0f344b (#50973)
Bumps
[apache/infrastructure-actions/stash/save](https://github.com/apache/infrastructure-actions)
from bc817c8e9ad7d8216aab74223e32ea391e233b2c to
69afc125e535c4c41e7f1b7470f583087e0f344b.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/infrastructure-actions/commit/69afc125e535c4c41e7f1b7470f583087e0f344b"><code>69afc12</code></a>
Remove Expired Refs</li>
<li><a
href="https://github.com/apache/infrastructure-actions/commit/9cc7da9d7ea5430d68dd0a0dcee8f47dd170ef94"><code>9cc7da9</code></a>
Remove Expired Refs</li>
<li><a
href="https://github.com/apache/infrastructure-actions/commit/b5975e69a34b86d3d7e4915221ab932f10c51d80"><code>b5975e6</code></a>
Remove Expired Refs</li>
<li>See full diff in <a
href="https://github.com/apache/infrastructure-actions/compare/bc817c8e9ad7d8216aab74223e32ea391e233b2c...69afc125e535c4c41e7f1b7470f583087e0f344b">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting `@
dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@ dependabot rebase` will rebase this PR
- `@ dependabot recreate` will recreate this PR, overwriting any edits that
have been made to it
- `@ dependabot show <dependency name> ignore conditions` will show all of
the ignore conditions of the specified dependency
- `@ dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the PR
or upgrade to it yourself)
- `@ dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the PR
or upgrade to it yourself)
- `@ dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR or
upgrade to it yourself)
</details>
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <[email protected]>
---
.github/workflows/cpp.yml | 6 +++---
.github/workflows/cpp_extra.yml | 12 ++++++------
.github/workflows/cpp_windows.yml | 2 +-
.github/workflows/package_linux.yml | 2 +-
.github/workflows/python.yml | 6 +++---
.github/workflows/ruby.yml | 8 ++++----
6 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
index e68a5218d9d..4c527e197ed 100644
--- a/.github/workflows/cpp.yml
+++ b/.github/workflows/cpp.yml
@@ -154,7 +154,7 @@ jobs:
- name: Save Docker Volumes
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: .docker
key: cpp-${{ matrix.image }}
@@ -285,7 +285,7 @@ jobs:
- name: Save ccache
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: ${{ steps.ccache-info.outputs.cache-dir }}
key: cpp-ccache-macos-${{ matrix.macos-version }}
@@ -389,7 +389,7 @@ jobs:
- name: Save ccache
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: ccache
key: cpp-ccache-${{ matrix.msystem_lower}}
diff --git a/.github/workflows/cpp_extra.yml b/.github/workflows/cpp_extra.yml
index dbfeb9d55c3..76c3af23c6e 100644
--- a/.github/workflows/cpp_extra.yml
+++ b/.github/workflows/cpp_extra.yml
@@ -170,7 +170,7 @@ jobs:
- name: Save Docker Volumes
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: .docker
key: cpp-extra-${{ matrix.image }}
@@ -252,7 +252,7 @@ jobs:
- name: Save Docker Volumes
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: .docker
key: jni-${{ matrix.platform.runs-on }}
@@ -353,7 +353,7 @@ jobs:
- name: Save ccache
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: ccache
key: jni-macos
@@ -477,7 +477,7 @@ jobs:
- name: Save ccache
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: ${{ steps.ccache-info.outputs.cache-dir }}
key: jni-windows
@@ -527,7 +527,7 @@ jobs:
- name: Save Docker Volumes
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: .docker
key: ubuntu-cpp-odbc
@@ -624,7 +624,7 @@ jobs:
- name: Save ccache
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
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 3426547d0b6..9cd8c8a3467 100644
--- a/.github/workflows/cpp_windows.yml
+++ b/.github/workflows/cpp_windows.yml
@@ -125,7 +125,7 @@ jobs:
- name: Save ccache
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
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 9960bfb5949..0e64813e877 100644
--- a/.github/workflows/package_linux.yml
+++ b/.github/workflows/package_linux.yml
@@ -254,7 +254,7 @@ jobs:
if: >-
!cancelled()
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
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 d4710e11586..bdd3479bd53 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -127,7 +127,7 @@ jobs:
- name: Save Docker Volumes
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: .docker
key: python-${{ matrix.name }}
@@ -243,7 +243,7 @@ jobs:
- name: Save ccache
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: ${{ steps.ccache-info.outputs.cache-dir }}
key: python-ccache-macos-${{ matrix.macos-version }}
@@ -305,7 +305,7 @@ jobs:
- name: Save ccache
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: ${{ env.CCACHE_DIR }}
key: python-ccache-windows
diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml
index fcecea40b46..c5c36ad6eb1 100644
--- a/.github/workflows/ruby.yml
+++ b/.github/workflows/ruby.yml
@@ -115,7 +115,7 @@ jobs:
- name: Save Docker Volumes
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: .docker
key: ruby-ubuntu-${{ matrix.ubuntu }}
@@ -205,7 +205,7 @@ jobs:
- name: Save ccache
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: ${{ steps.ccache-info.outputs.cache-dir }}
key: ruby-ccache-macos
@@ -302,7 +302,7 @@ jobs:
- name: Save ccache
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: ${{ env.CCACHE_DIR }}
key: ruby-ccache-ucrt${{ matrix.mingw-n-bits }}
@@ -467,7 +467,7 @@ jobs:
- name: Save ccache
if: ${{ !cancelled() }}
continue-on-error: true
- uses:
apache/infrastructure-actions/stash/save@bc817c8e9ad7d8216aab74223e32ea391e233b2c
+ uses:
apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b
with:
path: ${{ env.CCACHE_DIR }}
key: ruby-ccache-msvc