From f25358a31f6a56d443179288d4f1e193e19f7f87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:52:18 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v4.1.2 --- .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 2dd6cfe..dfd39e8 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -54,7 +54,7 @@ jobs: && github.event_name != 'pull_request' steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Find the version of Node from package.json