Skip to content

Commit

Permalink
Bumps azure/login from 1 to 2.2.0 (#8324)
Browse files Browse the repository at this point in the history
* upgraded azure/login version to 2

* upgraded version to 2.2.0

* removed minor version for azure/login
  • Loading branch information
shanice-skylight authored Dec 31, 2024
1 parent d08dd1a commit d26c942
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-frontend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
path: |
./frontend/node_modules
key: npm-${{ env.NODE_VERSION }}-${{ hashFiles('frontend/yarn.lock', 'frontend/package.json') }}
- uses: azure/login@v1
- uses: azure/login@v2
with:
creds: ${{ inputs.azure_creds }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/db-actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
using: composite
steps:
- name: Login to Azure
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ inputs.azure_credentials }}

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/deploy-application/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
runs:
using: composite
steps:
- uses: azure/login@v1
- uses: azure/login@v2
with:
creds: ${{ inputs.azure_creds }}
- name: Retrieve frontend build
Expand Down

0 comments on commit d26c942

Please sign in to comment.