Skip to content

Commit

Permalink
Bump azure/login from 1.6.1 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [azure/login](https://github.com/azure/login) from 1.6.1 to 2.0.0.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@v1.6.1...v2.0.0)

---
updated-dependencies:
- dependency-name: azure/login
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent 77191f1 commit a3448c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/janitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ./.github/scripts/variables.sh --brand ${{ matrix.brand }} --ref ${{ github.ref }}

- name: Azure Login
uses: azure/login@v1.6.1
uses: azure/login@v2.0.0
with:
creds: ${{ secrets.AZURE_CREDENTIALS_STAGE }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "{ \"latestVersion\" : \"${{ steps.variables.outputs.BRANCH }}\" }" > ./dist/latestVersion.json
- name: Azure Login
uses: azure/login@v1.6.1
uses: azure/login@v2.0.0
with:
creds: ${{ secrets.AZURE_CREDENTIALS_STAGE }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "{ \"latestVersion\" : \"${{ steps.variables.outputs.VERSION }}\" }" > ./dist/latestVersion.json
- name: Azure Login
uses: azure/login@v1.6.1
uses: azure/login@v2.0.0
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down

0 comments on commit a3448c7

Please sign in to comment.