chore(deps): update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-12-01 14:50:17 +00:00 committed by GitHub
parent 9bd2de40a6
commit 716bafc7eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
deployed_tag_exists: ${{ steps.check_tag.outputs.DEPLOYED_TAG_EXISTS }} deployed_tag_exists: ${{ steps.check_tag.outputs.DEPLOYED_TAG_EXISTS }}
no_changes: ${{ steps.check_changes.outputs.NO_CHANGES }} no_changes: ${{ steps.check_changes.outputs.NO_CHANGES }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Fetch complete history - name: Fetch complete history
run: | run: |
git fetch --prune --unshallow --tags git fetch --prune --unshallow --tags
@ -53,7 +53,7 @@ jobs:
LOCATION: eastus LOCATION: eastus
DEPLOYMENT_NAME: keyweave-${{ github.run_id }} DEPLOYMENT_NAME: keyweave-${{ github.run_id }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: azure/login@v1 - uses: azure/login@v1
with: with:
client-id: ${{ secrets.AZURE_CLIENT_ID }} client-id: ${{ secrets.AZURE_CLIENT_ID }}