Skip to content

Commit

Permalink
Merge pull request #74 from MattJeanes/renovate/azure-login-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MattJeanes authored Nov 25, 2024
2 parents 32eee8c + b7d918c commit 5c1a60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Azure Login
uses: Azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1
uses: Azure/login@a65d910e8af852a8061c627c456678983e180302 # v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Azure Login
uses: Azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1
uses: Azure/login@a65d910e8af852a8061c627c456678983e180302 # v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down

0 comments on commit 5c1a60d

Please sign in to comment.