mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2026-01-27 00:49:10 +00:00
chore(deps): update actions/checkout action to v6
This commit is contained in:
parent
9a47a2ae4f
commit
e41fbd4896
3 changed files with 12 additions and 12 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -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@v4
|
||||
- uses: actions/checkout@v6
|
||||
- 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@v4
|
||||
- uses: actions/checkout@v6
|
||||
- uses: azure/login@v2
|
||||
with:
|
||||
client-id: ${{ secrets.AZURE_CLIENT_ID_BICEP }}
|
||||
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
environment: test
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- name: Azure Login
|
||||
uses: azure/login@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue