From 3aaad7bcc1ec37842f27de4b2c7acaced7442cd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:44:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/build-and-test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-and-deploy.yml b/.github/workflows/build-and-test-and-deploy.yml index 3c2da704..06a459f3 100644 --- a/.github/workflows/build-and-test-and-deploy.yml +++ b/.github/workflows/build-and-test-and-deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js 18 uses: actions/setup-node@v3