From 840f6832569f50247cc88af73eeb8210aee26188 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 19:53:03 +0000 Subject: [PATCH] Update actions/checkout digest to 09d2aca --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40bfcf1..996620f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: env: JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1" steps: - - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # # v4.1.7 + - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # # v4.1.7 - name: Set up JDK uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 with: