Skip to content

Commit 2539a58

Browse files
Bump azure/login from 2.2.0 to 2.3.0
Bumps [azure/login](https://github.com/azure/login) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2cfd83c commit 2539a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
sqlcmd -Q "CREATE SCHEMA sender AUTHORIZATION db_owner" -d "nservicebus"
6565
sqlcmd -Q "CREATE SCHEMA db@ AUTHORIZATION db_owner" -d "nservicebus"
6666
- name: Azure login
67-
uses: azure/login@v2.2.0
67+
uses: azure/login@v2.3.0
6868
with:
6969
creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}
7070
- name: Setup PostgreSql 15.x

0 commit comments

Comments
 (0)