Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 7be25f8 commit c05cabe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c05cabe

Please sign in to comment.