Skip to content

Commit

Permalink
node(js): update action versions for node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Feb 29, 2024
1 parent a30582a commit 2e28813
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-az-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
environment: dev
steps:
- name: test-deployment
uses: azure/CLI@v1
uses: Azure/cli@v1.0.9
with:
azcliversion: latest
inlineScript: |
Expand All @@ -77,7 +77,7 @@ jobs:
needs: pre-deploy-prep
steps:
- name: deploy
uses: azure/CLI@v1
uses: Azure/cli@v1.0.9
with:
azcliversion: latest
inlineScript: |
Expand All @@ -88,7 +88,7 @@ jobs:
if: ${{ env.operation == 'deploy' }}

- name: rollback
uses: azure/CLI@v1
uses: Azure/cli@v1.0.9
with:
azcliversion: latest
inlineScript: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-for-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v3

- name: Authenticate to Azure with OIDC
uses: azure/login@v1
uses: Azure/login@v1.6.1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit 2e28813

Please sign in to comment.