From 9e5fc8302fc7f4acbd6674498853af9c099a918a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 00:49:31 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/test-examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-examples.yml b/.github/workflows/test-examples.yml index 61738370..2120cf1e 100644 --- a/.github/workflows/test-examples.yml +++ b/.github/workflows/test-examples.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checking out Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v2 - name: Install Root Dependencies @@ -25,7 +25,7 @@ jobs: dir: [basic, basic-cdn, basic-ts, basic-sass-custom-theming, basic-react-router, parcel, parcel-ts] steps: - name: Checking out Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Dependencies working-directory: ${{ matrix.dir }} run: yarn install