Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 9fe0ed7 commit d09f028
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.0
with:
# Avoid downloading Bazel every time.
Expand Down

0 comments on commit d09f028

Please sign in to comment.