Skip to content

Commit

Permalink
Merge pull request #1004 from SwedbankPay/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…zure/login-2.2.0

Bump azure/login from 2.1.1 to 2.2.0
  • Loading branch information
goldenraphti authored Nov 4, 2024
2 parents b4ad086 + 224b871 commit 81d3add
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@v2.1.1
uses: azure/login@v2.2.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@v2.1.1
uses: azure/login@v2.2.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 @@ -36,7 +36,7 @@ jobs:
echo "{ \"latestVersion\" : \"${{ steps.variables.outputs.VERSION }}\" }" > ./dist/latestVersion.json
- name: Azure Login
uses: azure/login@v2.1.1
uses: azure/login@v2.2.0
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down

0 comments on commit 81d3add

Please sign in to comment.