Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.1 (#1130)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 3e1b070 commit c661e6c
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.2.0
- uses: actions/checkout@v4.2.1
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.2.0
- uses: actions/checkout@v4.2.1
- 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.2.0
- uses: actions/checkout@v4.2.1
- 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.2.0
- uses: actions/checkout@v4.2.1
- uses: bazel-contrib/setup-bazel@0.9.0
with:
# Avoid downloading Bazel every time.
Expand Down

0 comments on commit c661e6c

Please sign in to comment.