Skip to content

Commit

Permalink
[skip ci] Merge pull request #5 from matsest/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/azure/login-2

chore(deps): bump azure/login from 1 to 2
  • Loading branch information
matsest authored Mar 4, 2024
2 parents 632d40b + 91b6611 commit 5382e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bicep-consume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Azure Login"
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.ACR_PULL_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bicep-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0 # get repo with tags

- name: "Azure Login"
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.ACR_PUSH_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit 5382e4a

Please sign in to comment.