Skip to content

Commit 64a7e73

Browse files
Bump azure/login from 2.3.0 to 3.0.0 (#1600)
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: Waldek Mastykarz <waldek@mastykarz.nl>
1 parent 01dde85 commit 64a7e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install Sign CLI tool
7474
run: dotnet tool install --tool-path . sign --version 0.9.1-beta.25181.2
7575
- name: Azure CLI Login
76-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
76+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
7777
with:
7878
client-id: ${{ secrets.DOTNET_APPLICATION_ID }}
7979
tenant-id: ${{ secrets.DOTNET_TENANT_ID }}

0 commit comments

Comments
 (0)