Skip to content

Commit

Permalink
chore(deps): bump the action-deps group (#187)
Browse files Browse the repository at this point in the history
Bumps the action-deps group in /.github/actions/e2e/create-acr with 1 update: [azure/login](https://github.com/azure/login).


Updates `azure/login` from 1.6.1 to 2.0.0
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@cb79c77...8c334a1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Leites <[email protected]>
  • Loading branch information
dependabot[bot] and tallaxes authored Mar 12, 2024
1 parent 06fbdb9 commit 31843fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e/create-acr/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
with:
ref: ${{ inputs.git_ref }}
- name: az login
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1
uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # v2.0.0
with:
client-id: ${{ inputs.client-id }}
tenant-id: ${{ inputs.tenant-id }}
Expand Down

0 comments on commit 31843fb

Please sign in to comment.