From e6b55db8093cbcf51e81a2365b457d07963a3e2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:21:01 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v3.6.0 --- .github/workflows/build-and-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 5ef309c..64a64c6 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -32,7 +32,7 @@ jobs: will-release: ${{ steps.compute-next-version.outputs.will-release }} steps: - name: Checkout the repo - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0 - name: Compute next release version @@ -117,7 +117,7 @@ jobs: (needs.test-extensively.result == 'success' || needs.test-extensively.result == 'skipped') steps: - name: Checkout the repo - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - uses: DanySK/build-check-deploy-gradle-action@2.2.8 with: maven-central-password: ${{ secrets.MAVEN_PASSWORD }} @@ -146,7 +146,7 @@ jobs: if: needs.check-secrets.outputs.run-with-secrets == 'true' steps: - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Find the version of Node from package.json