From 7996459dc0276179b0a89126cc13640adba5837a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:42:05 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v4.1.3 --- .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 fe58aa0..05e2417 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -56,7 +56,7 @@ jobs: && github.event_name != 'pull_request' steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 # with: # token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Find the version of Node from package.json