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 0e2f4d8b23 MINOR: [CI] Bump actions/checkout from 5.0.0 to 6.0.0
(#48242)
0e2f4d8b23 is described below
commit 0e2f4d8b2399c5e93d9bcf5073e6d2a4f6546ad6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 25 11:59:20 2025 +0900
MINOR: [CI] Bump actions/checkout from 5.0.0 to 6.0.0 (#48242)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to
6.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/releases">actions/checkout's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update README to include Node.js 24 support details and requirements by
<a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li>
<li>Persist creds to a separate file by <a
href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li>
<li>v6-beta by <a
href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2298">actions/checkout#2298</a></li>
<li>update readme/changelog for v6 by <a
href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2311">actions/checkout#2311</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v5.0.0...v6.0.0">https://github.com/actions/checkout/compare/v5.0.0...v6.0.0</a></p>
<h2>v6-beta</h2>
<h2>What's Changed</h2>
<p>Updated persist-credentials to store the credentials under
<code>$RUNNER_TEMP</code> instead of directly in the local git config.</p>
<p>This requires a minimum Actions Runner version of <a
href="https://github.com/actions/runner/releases/tag/v2.329.0">v2.329.0</a> to
access the persisted credentials for <a
href="https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action">Docker
container action</a> scenarios.</p>
<h2>v5.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Port v6 cleanup to v5 by <a
href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v5...v5.0.1">https://github.com/actions/checkout/compare/v5...v5.0.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"><code>1af3b93</code></a>
update readme/changelog for v6 (<a
href="https://redirect.github.com/actions/checkout/issues/2311">#2311</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e"><code>71cf226</code></a>
v6-beta (<a
href="https://redirect.github.com/actions/checkout/issues/2298">#2298</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e"><code>069c695</code></a>
Persist creds to a separate file (<a
href="https://redirect.github.com/actions/checkout/issues/2286">#2286</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493"><code>ff7abcd</code></a>
Update README to include Node.js 24 support details and requirements (<a
href="https://redirect.github.com/actions/checkout/issues/2248">#2248</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/checkout/compare/v5...v6">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 merge` will merge this PR after your CI passes on it
- `@ dependabot squash and merge` will squash and merge this PR after your
CI passes on it
- `@ dependabot cancel merge` will cancel a previously requested merge and
block automerging
- `@ dependabot reopen` will reopen this PR if it is closed
- `@ dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@ 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/archery.yml | 2 +-
.github/workflows/check_labels.yml | 2 +-
.github/workflows/comment_bot.yml | 2 +-
.github/workflows/cpp.yml | 8 ++++----
.github/workflows/cpp_extra.yml | 6 +++---
.github/workflows/cpp_windows.yml | 2 +-
.github/workflows/dev.yml | 4 ++--
.github/workflows/dev_pr.yml | 2 +-
.github/workflows/docs.yml | 2 +-
.github/workflows/docs_light.yml | 2 +-
.github/workflows/integration.yml | 14 +++++++-------
.github/workflows/matlab.yml | 6 +++---
.github/workflows/package_linux.yml | 2 +-
.github/workflows/pr_bot.yml | 2 +-
.github/workflows/python.yml | 6 +++---
.github/workflows/r.yml | 8 ++++----
.github/workflows/r_nightly.yml | 4 ++--
.github/workflows/release_candidate.yml | 2 +-
.github/workflows/report_ci.yml | 2 +-
.github/workflows/ruby.yml | 10 +++++-----
.github/workflows/verify_rc.yml | 12 ++++++------
21 files changed, 50 insertions(+), 50 deletions(-)
diff --git a/.github/workflows/archery.yml b/.github/workflows/archery.yml
index 8ad7cd92e6..2a043d76cb 100644
--- a/.github/workflows/archery.yml
+++ b/.github/workflows/archery.yml
@@ -58,7 +58,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout Arrow
- uses: actions/checkout@v5
+ uses: actions/[email protected]
with:
fetch-depth: 0
- name: Git Fixup
diff --git a/.github/workflows/check_labels.yml
b/.github/workflows/check_labels.yml
index ee4a080f83..c8490dd474 100644
--- a/.github/workflows/check_labels.yml
+++ b/.github/workflows/check_labels.yml
@@ -43,7 +43,7 @@ jobs:
steps:
- name: Checkout Arrow
if: github.event_name == 'pull_request'
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
- name: Check
id: check
env:
diff --git a/.github/workflows/comment_bot.yml
b/.github/workflows/comment_bot.yml
index 85157760d6..9f1976ea69 100644
--- a/.github/workflows/comment_bot.yml
+++ b/.github/workflows/comment_bot.yml
@@ -36,7 +36,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
path: arrow
# fetch the tags for version number generation
diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
index aed25b4748..6b6dfe2b37 100644
--- a/.github/workflows/cpp.yml
+++ b/.github/workflows/cpp.yml
@@ -110,7 +110,7 @@ jobs:
UBUNTU: ${{ matrix.ubuntu }}
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
submodules: recursive
@@ -163,7 +163,7 @@ jobs:
timeout-minutes: 45
steps:
- name: Checkout Arrow
- uses: actions/checkout@v5
+ uses: actions/[email protected]
with:
fetch-depth: 0
submodules: recursive
@@ -218,7 +218,7 @@ jobs:
sysctl -a | grep cpu
sysctl -a | grep "hw.optional"
- name: Checkout Arrow
- uses: actions/checkout@v5
+ uses: actions/[email protected]
with:
fetch-depth: 0
submodules: recursive
@@ -344,7 +344,7 @@ jobs:
/d 1 `
/f
- name: Checkout Arrow
- uses: actions/checkout@v5
+ uses: actions/[email protected]
with:
fetch-depth: 0
submodules: recursive
diff --git a/.github/workflows/cpp_extra.yml b/.github/workflows/cpp_extra.yml
index 984441d78d..edd9d4414f 100644
--- a/.github/workflows/cpp_extra.yml
+++ b/.github/workflows/cpp_extra.yml
@@ -121,7 +121,7 @@ jobs:
DOCKER_VOLUME_PREFIX: ".docker/"
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
submodules: recursive
@@ -203,7 +203,7 @@ jobs:
REPO: ghcr.io/${{ github.repository }}-dev
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
submodules: recursive
@@ -252,7 +252,7 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: "14.0"
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
submodules: recursive
diff --git a/.github/workflows/cpp_windows.yml
b/.github/workflows/cpp_windows.yml
index cc48f27710..0940beef69 100644
--- a/.github/workflows/cpp_windows.yml
+++ b/.github/workflows/cpp_windows.yml
@@ -77,7 +77,7 @@ jobs:
/d 1 `
/f
- name: Checkout Arrow
- uses: actions/checkout@v5
+ uses: actions/[email protected]
with:
fetch-depth: 0
submodules: recursive
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 8fad2474d6..9cc474c7da 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -47,7 +47,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
- name: Install pre-commit
@@ -88,7 +88,7 @@ jobs:
GIT_COMMITTER_EMAIL: "github-actions[bot]@users.noreply.github.com"
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
- name: Install Python
diff --git a/.github/workflows/dev_pr.yml b/.github/workflows/dev_pr.yml
index 16fa1142b8..e5d9ac933e 100644
--- a/.github/workflows/dev_pr.yml
+++ b/.github/workflows/dev_pr.yml
@@ -43,7 +43,7 @@ jobs:
name: Process
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
repository: apache/arrow
ref: main
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index b09206485a..2f4cf3dab9 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -39,7 +39,7 @@ jobs:
JDK: 17
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
- name: Free up disk space
diff --git a/.github/workflows/docs_light.yml b/.github/workflows/docs_light.yml
index c12c19269d..90ed9e7ffe 100644
--- a/.github/workflows/docs_light.yml
+++ b/.github/workflows/docs_light.yml
@@ -49,7 +49,7 @@ jobs:
PYTHON: "3.12"
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
- name: Cache Docker Volumes
diff --git a/.github/workflows/integration.yml
b/.github/workflows/integration.yml
index b9b81fe52c..a56863c04a 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -64,37 +64,37 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
submodules: recursive
- name: Checkout Arrow Rust
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
repository: apache/arrow-rs
path: rust
- name: Checkout Arrow nanoarrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
repository: apache/arrow-nanoarrow
path: nanoarrow
- name: Checkout Arrow Go
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
repository: apache/arrow-go
path: go
- name: Checkout Arrow Java
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
repository: apache/arrow-java
path: java
- name: Checkout Arrow JS
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
repository: apache/arrow-js
path: js
- name: Checkout Arrow .NET
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
repository: apache/arrow-dotnet
path: dotnet
diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml
index 41a50d7e8c..7d99b37fb1 100644
--- a/.github/workflows/matlab.yml
+++ b/.github/workflows/matlab.yml
@@ -51,7 +51,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
steps:
- name: Check out repository
- uses: actions/checkout@v5
+ uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install ninja-build
@@ -99,7 +99,7 @@ jobs:
macos-version: "14"
steps:
- name: Check out repository
- uses: actions/checkout@v5
+ uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install ninja-build
@@ -140,7 +140,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
steps:
- name: Check out repository
- uses: actions/checkout@v5
+ uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install MATLAB
diff --git a/.github/workflows/package_linux.yml
b/.github/workflows/package_linux.yml
index 92889ab6cb..60408cfa30 100644
--- a/.github/workflows/package_linux.yml
+++ b/.github/workflows/package_linux.yml
@@ -110,7 +110,7 @@ jobs:
DOCKER_VOLUME_PREFIX: ".docker/"
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
submodules: recursive
diff --git a/.github/workflows/pr_bot.yml b/.github/workflows/pr_bot.yml
index 631ef94497..2acdaf721e 100644
--- a/.github/workflows/pr_bot.yml
+++ b/.github/workflows/pr_bot.yml
@@ -73,7 +73,7 @@ jobs:
curl -sL -o committers.yml $url
echo "committers_path=$(pwd)/committers.yml" >> $GITHUB_OUTPUT
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
path: arrow
repository: apache/arrow
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 5aa7a43c56..2dce09c838 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -103,7 +103,7 @@ jobs:
NUMPY: ${{ matrix.numpy || 'latest' }}
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
submodules: recursive
@@ -178,7 +178,7 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: 12.0
steps:
- name: Checkout Arrow
- uses: actions/checkout@v5
+ uses: actions/[email protected]
with:
fetch-depth: 0
submodules: recursive
@@ -257,7 +257,7 @@ jobs:
/d 1 `
/f
- name: Checkout Arrow
- uses: actions/checkout@v5
+ uses: actions/[email protected]
with:
fetch-depth: 0
submodules: recursive
diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml
index 41b40d0e0c..b0b202754f 100644
--- a/.github/workflows/r.yml
+++ b/.github/workflows/r.yml
@@ -78,7 +78,7 @@ jobs:
UBUNTU: ${{ matrix.ubuntu }}
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
submodules: recursive
@@ -150,7 +150,7 @@ jobs:
R_TAG: ${{ matrix.config.tag }}
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
submodules: recursive
@@ -207,7 +207,7 @@ jobs:
steps:
- run: git config --global core.autocrlf false
- name: Checkout Arrow
- uses: actions/checkout@v5
+ uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup ccache
@@ -263,7 +263,7 @@ jobs:
steps:
- run: git config --global core.autocrlf false
- name: Checkout Arrow
- uses: actions/checkout@v5
+ uses: actions/[email protected]
with:
fetch-depth: 0
# This must be done before r-lib/actions/setup-r because curl in
diff --git a/.github/workflows/r_nightly.yml b/.github/workflows/r_nightly.yml
index 1bc5341a54..6e71e85dfe 100644
--- a/.github/workflows/r_nightly.yml
+++ b/.github/workflows/r_nightly.yml
@@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 1
path: arrow
@@ -53,7 +53,7 @@ jobs:
ref: main
submodules: recursive
- name: Checkout Crossbow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
path: crossbow
diff --git a/.github/workflows/release_candidate.yml
b/.github/workflows/release_candidate.yml
index 1822ccff2f..3b6429bb10 100644
--- a/.github/workflows/release_candidate.yml
+++ b/.github/workflows/release_candidate.yml
@@ -44,7 +44,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout Arrow
- uses: actions/checkout@v5
+ uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install dependencies
diff --git a/.github/workflows/report_ci.yml b/.github/workflows/report_ci.yml
index 5456716966..cf7c3288c9 100644
--- a/.github/workflows/report_ci.yml
+++ b/.github/workflows/report_ci.yml
@@ -30,7 +30,7 @@ jobs:
name: ${{ github.job }}
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
- name: Setup Python
diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml
index e99ec016e0..a3924af1a0 100644
--- a/.github/workflows/ruby.yml
+++ b/.github/workflows/ruby.yml
@@ -81,7 +81,7 @@ jobs:
UBUNTU: ${{ matrix.ubuntu }}
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
submodules: recursive
@@ -150,7 +150,7 @@ jobs:
ARROW_WITH_ZSTD: ON
steps:
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
submodules: recursive
@@ -248,7 +248,7 @@ jobs:
/d 1 `
/f
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
submodules: recursive
@@ -366,7 +366,7 @@ jobs:
/d 1 `
/f
- name: Checkout Arrow
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
submodules: recursive
@@ -396,7 +396,7 @@ jobs:
# We can invalidate the current cache by updating this.
CACHE_VERSION: "2024-05-09"
- name: Checkout vcpkg
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
path: vcpkg
diff --git a/.github/workflows/verify_rc.yml b/.github/workflows/verify_rc.yml
index eb4287882f..94c988dde9 100644
--- a/.github/workflows/verify_rc.yml
+++ b/.github/workflows/verify_rc.yml
@@ -90,7 +90,7 @@ jobs:
TEST_APT: "1"
VERSION: ${{ needs.target.outputs.version }}
steps:
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
- name: Run
@@ -133,7 +133,7 @@ jobs:
TEST_BINARY: "1"
VERSION: ${{ needs.target.outputs.version }}
steps:
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
- name: Run
run: |
dev/release/verify-release-candidate.sh ${VERSION} ${RC}
@@ -156,7 +156,7 @@ jobs:
TEST_WHEELS: "1"
VERSION: ${{ needs.target.outputs.version }}
steps:
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #
v6.0.0
with:
python-version: 3
@@ -202,7 +202,7 @@ jobs:
TEST_WHEELS: "1"
VERSION: ${{ needs.target.outputs.version }}
steps:
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
- name: Run
env:
GH_TOKEN: ${{ github.token }}
@@ -220,7 +220,7 @@ jobs:
TEST_WHEELS: "1"
VERSION: ${{ needs.target.outputs.version }}
steps:
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
submodules: recursive
- uses:
conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f #
v3.2.0
@@ -254,7 +254,7 @@ jobs:
TEST_YUM: "1"
VERSION: ${{ needs.target.outputs.version }}
steps:
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #
v5.0.1
with:
fetch-depth: 0
- name: Run