Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.2 (#1136)
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 Nov 1, 2024
1 parent c55cdb2 commit 23bbc9b
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.1
- uses: actions/checkout@v4.2.2
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.1
- uses: actions/checkout@v4.2.2
- 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.1
- uses: actions/checkout@v4.2.2
- 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.1
- uses: actions/checkout@v4.2.2
- uses: bazel-contrib/setup-bazel@0.9.1
with:
# Avoid downloading Bazel every time.
Expand Down

0 comments on commit 23bbc9b

Please sign in to comment.