From f8ed3f9084196367b8bd50d68862e2ed79ac03a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:00:08 -0500 Subject: [PATCH] Update gh minor (#1172) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/run-check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-check.yml b/.github/workflows/run-check.yml index c468cb3e61..816b46c748 100644 --- a/.github/workflows/run-check.yml +++ b/.github/workflows/run-check.yml @@ -23,10 +23,10 @@ jobs: persist-credentials: false - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # v2.1.1 + uses: gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92 # v2.1.2 - name: Cache Gradle Files - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: | ~/.gradle/caches @@ -37,7 +37,7 @@ jobs: ${{ runner.os }}-gradle-v2- - name: Configure Ruby - uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.172.0 + uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.173.0 with: bundler-cache: true ruby-version: ${{ env.RUBY_VERSION }}