From 8511136c39ff98fba2eaaec36b4f178371a1abb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 01:39:52 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 83b7061 (#276) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca20af0e2..d5a098e9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3 - name: Set up JDK 8 uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9b6a45504..70696a901 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,7 +19,7 @@ jobs: # The logic below handles the maven publication: - name: Checkout Repository if: ${{ steps.release.outputs.releases_created }} - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3 - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }}