From 8d6073dbd9168aba19959f4e5f5418fe06f07115 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:18:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/browserstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 61501e0e6..c81acaa96 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -21,7 +21,7 @@ jobs: # The next 3 steps are for building the web application to be tested and starting the web server on the runner environment - name: "Checkout the repository" - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: "Building web application to be tested" run: npm install && npm run build