Skip to content

Commit

Permalink
update actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaieremia committed May 25, 2024
1 parent cce7235 commit e1da634
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
[ add-azure-service-bus ]
paths:
- 'Dockerfile.devnet/**'
- '**'
- '.github/workflows/xoxno-notifier-devnet-AutoDeployTrigger-4e126791-d1a6-49b4-a66b-205363dff82f.yml'

# Allow manual trigger
Expand All @@ -22,10 +22,10 @@ jobs:

steps:
- name: Checkout to the branch
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Azure Login
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.XOXNONOTIFIERDEVNET_AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.XOXNONOTIFIERDEVNET_AZURE_TENANT_ID }}
Expand Down

0 comments on commit e1da634

Please sign in to comment.