From 7afd2fed7985636a0c63c0e916033d18f86f7bf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:37:49 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v4.2.2 --- .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 135d5b57..f459fe91 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -35,7 +35,7 @@ jobs: will-release: ${{ steps.compute-next-version.outputs.will-release }} steps: - name: Checkout the repo - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Compute next release version @@ -104,7 +104,7 @@ jobs: if: needs.check-secrets.outputs.run-with-secrets == 'true' steps: - name: Checkout the repo - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - uses: DanySK/build-check-deploy-gradle-action@3.5.11 with: maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }} @@ -134,7 +134,7 @@ jobs: if: needs.check-secrets.outputs.run-with-secrets == 'true' steps: - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Install Node