From 61d33bba037c935114595b5a42fb1fa93f58cbbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:13:11 +0200 Subject: [PATCH] chore(deps): update actions/checkout digest to eef6144 (#361) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/gradle-publish.yml | 2 +- .github/workflows/publish-to-ghpages.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd0e99e..5a2b5ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: distribution: 'temurin' - name: Check out Git repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Gradle Build and Test uses: gradle/gradle-build-action@v3.5.0 diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 00e9b44..36b6ee5 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -12,7 +12,7 @@ jobs: packages: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 with: diff --git a/.github/workflows/publish-to-ghpages.yml b/.github/workflows/publish-to-ghpages.yml index cd985b0..d7826f1 100644 --- a/.github/workflows/publish-to-ghpages.yml +++ b/.github/workflows/publish-to-ghpages.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Install Dependencies run: |