From fab16889bab18794e1c2bcbf36049f0860da6d8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 03:28:44 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/checkly-deploy.yml | 2 +- .github/workflows/checkly-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checkly-deploy.yml b/.github/workflows/checkly-deploy.yml index ae667260..0512f494 100644 --- a/.github/workflows/checkly-deploy.yml +++ b/.github/workflows/checkly-deploy.yml @@ -20,7 +20,7 @@ jobs: name: Deploy E2E on Checkly runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version-file: ".nvmrc" diff --git a/.github/workflows/checkly-test.yml b/.github/workflows/checkly-test.yml index ca6a915e..210464fb 100644 --- a/.github/workflows/checkly-test.yml +++ b/.github/workflows/checkly-test.yml @@ -19,7 +19,7 @@ jobs: name: Test E2E on Checkly runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version-file: ".nvmrc"