Skip to content

Commit

Permalink
Update gradle/actions action to v4.1.0 (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 818f48d commit 6ad0484
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 @@ -36,7 +36,7 @@ jobs:
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0

- name: Setup Bazel
uses: bazel-contrib/[email protected]
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0

- name: Run test script checker/bin-devel/test-${{ matrix.script }}
run: ./checker/bin-devel/test-${{ matrix.script }}.sh
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0

- name: Setup Bazel
uses: bazel-contrib/[email protected]
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0

- name: Install coreutils on MacOS
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 6ad0484

Please sign in to comment.