Skip to content

Commit 296ab02

Browse files
Bump azure/login from 2.3.0 to 3.0.0 (#208)
Bumps [azure/login](https://github.com/azure/login) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@a457da9...532459e) --- updated-dependencies: - dependency-name: azure/login dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Barry Dorrans <github.com@idunno.org>
1 parent b7f81b5 commit 296ab02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
path : ${{ env.OUTPUT_DIRECTORY }}
112112

113113
- name: Authenticate to Azure
114-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # 2.3.0
114+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # 3.0.0
115115
with:
116116
client-id: ${{ secrets.AZURE_CLIENT_ID }}
117117
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
path : ${{ env.OUTPUT_DIRECTORY }}
112112

113113
- name: Authenticate to Azure
114-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # 2.3.0
114+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # 3.0.0
115115
with:
116116
client-id: ${{ secrets.AZURE_CLIENT_ID }}
117117
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)