Skip to content

Commit deb9400

Browse files
lidavidmkou
andauthored
Apply suggestions from code review
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
1 parent 4b1e178 commit deb9400

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
MAVEN: ${{ matrix.maven }}
5454
steps:
5555
- name: Checkout Arrow
56-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
56+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5757
with:
5858
fetch-depth: 0
5959
submodules: recursive
6060
- name: Cache Docker Volumes
61-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
61+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
6262
with:
6363
path: .docker
6464
key: maven-${{ hashFiles('java/**') }}

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "testing"]
22
path = testing
3-
url = git@github.com:apache/arrow-testing
3+
url = https://github.com/apache/arrow-testing.git

0 commit comments

Comments
 (0)