From 99d5f7d0486cc632af289e4a3665ae1390ddb3a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:44:55 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v4 --- .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 54fb89d..3c3ed2d 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.6.0 + uses: actions/checkout@v4.0.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.6.0 + uses: actions/checkout@v4.0.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.6.0 + uses: actions/checkout@v4.0.0 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Find the version of Node from package.json