-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/checkout action to v4.2.0
- Loading branch information
1 parent
7be25f8
commit c05cabe
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
# Maps port 6379 on service container to the host | ||
- 6379:6379 | ||
steps: | ||
- uses: actions/checkout@v4.1.7 | ||
- uses: actions/checkout@v4.2.0 | ||
with: | ||
submodules: recursive | ||
- name: Set up JDK | ||
|
@@ -93,7 +93,7 @@ jobs: | |
java-version: [21, 22] | ||
os: [ubuntu-latest] | ||
steps: | ||
- uses: actions/checkout@v4.1.7 | ||
- uses: actions/checkout@v4.2.0 | ||
- name: Set up JDK | ||
uses: actions/setup-java@v4 | ||
with: | ||
|
@@ -118,7 +118,7 @@ jobs: | |
java-version: [21] | ||
os: [ubuntu-latest] | ||
steps: | ||
- uses: actions/checkout@v4.1.7 | ||
- uses: actions/checkout@v4.2.0 | ||
- name: Set up JDK | ||
uses: actions/setup-java@v4 | ||
with: | ||
|
@@ -159,7 +159,7 @@ jobs: | |
java-version: [21] | ||
os: [ubuntu-latest] | ||
steps: | ||
- uses: actions/checkout@v4.1.7 | ||
- uses: actions/checkout@v4.2.0 | ||
- uses: bazel-contrib/[email protected] | ||
with: | ||
# Avoid downloading Bazel every time. | ||
|