From b6284d9c9c7f65a8573cfdae5b3593fb292c9913 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:52:22 +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 d41fa52..b87dbc3 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 @@ -73,7 +73,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 id: set_env uses: phase2/octane-actions/actions/load-env@develop