Merge pull request #36 from bartvdbraak/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4
This commit is contained in:
Bart van der Braak 2023-12-01 15:57:55 +01:00 committed by GitHub
commit 2aa6d29e36
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 }}