Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.4 (#984)
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 Apr 27, 2024
1 parent 137b7fb commit 7adadd2
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/[email protected].1
- uses: actions/[email protected].4
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/[email protected].1
- uses: actions/[email protected].4
- 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/[email protected].1
- uses: actions/[email protected].4
- 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/[email protected].1
- uses: actions/[email protected].4
- uses: bazel-contrib/[email protected]
with:
# Avoid downloading Bazel every time.
Expand Down

0 comments on commit 7adadd2

Please sign in to comment.