From 716bafc7ebd400e89bec29fb918e71fbbd64863e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:50:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 57e1427..82db391 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: deployed_tag_exists: ${{ steps.check_tag.outputs.DEPLOYED_TAG_EXISTS }} no_changes: ${{ steps.check_changes.outputs.NO_CHANGES }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Fetch complete history run: | git fetch --prune --unshallow --tags @@ -53,7 +53,7 @@ jobs: LOCATION: eastus DEPLOYMENT_NAME: keyweave-${{ github.run_id }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: azure/login@v1 with: client-id: ${{ secrets.AZURE_CLIENT_ID }}