Skip to content

Commit

Permalink
Merge pull request #8 from miekki/dependabot/github_actions/azure/log…
Browse files Browse the repository at this point in the history
…in-2

Bump azure/login from 1 to 2
  • Loading branch information
miekki authored Jun 13, 2024
2 parents b7d298f + 9c21e5c commit 5880169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npm ci

- name: Azure Login
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID}}
tenant-id: ${{ secrets.AZURE_TENANT_ID}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/template-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
modules: PSRule.Rules.Azure

- name: Sign in to Azure
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand All @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v4

- name: Sign in to Azure
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit 5880169

Please sign in to comment.