From 194c5588f47ad11b4de25057136ca2bd833c7dcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:58:19 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a55ae0..2a874b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: GITHUB_CONTEXT: ${{ toJSON(github) }} run: echo "$GITHUB_CONTEXT" - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Find file changes uses: dorny/paths-filter@v2 id: filter @@ -68,7 +68,7 @@ jobs: if: ${{ needs.changes.outputs.load-env == 'true' }} steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Load environment uses: phase2/octane-actions/actions/load-env@develop - name: Environment vars