-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump com.azure:azure-identity from 1.10.1 to 1.10.4 (#840)
* chore(deps): bump com.azure:azure-identity from 1.10.1 to 1.10.4 Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.10.1 to 1.10.4. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](Azure/azure-sdk-for-java@azure-identity_1.10.1...azure-identity_1.10.4) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update dependencies file * fix: temporary fix for version not found --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Enrico Risa <[email protected]>
- Loading branch information
1 parent
8e7d836
commit 42b9a1d
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,8 @@ runs: | |
|
||
- name: Setup Kubectl | ||
uses: azure/[email protected] | ||
with: | ||
version: 'v1.28.2' | ||
|
||
- name: Create k8s Kind Cluster | ||
uses: helm/[email protected] | ||
|
@@ -91,4 +93,4 @@ runs: | |
if: always() | ||
shell: bash | ||
run: >- | ||
kind get clusters | xargs -n1 kind delete cluster --name | ||
kind get clusters | xargs -n1 kind delete cluster --name |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters