From 052ab92ba0ef2a1acc13e3a3ed4e37c45f1c5bff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 06:33:55 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v3.5.0 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 21d7311a..7fd4db2b 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -40,7 +40,7 @@ jobs: group: release steps: - name: Checkout - uses: actions/checkout@v3.4.0 + uses: actions/checkout@v3.5.0 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - uses: DanySK/build-check-deploy-gradle-action@2.2.1