Skip to content

Commit f832853

Browse files
committed
drop: Use the latest action for tests
1 parent 390f10e commit f832853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-action-test-nginxaas-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' github-action/test/configs/single/nginx.conf
3636
cat github-action/test/configs/single/nginx.conf
3737
- name: "Sync NGINX configuration to NGINXaaS for Azure - single file"
38-
uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
38+
uses: nginxinc/nginx-for-azure-deploy-action/github-action@v0.4.0
3939
with:
4040
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4141
resource-group-name: $TEST_RESOURCE_GROUP_NAME
@@ -55,7 +55,7 @@ jobs:
5555
sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' github-action/test/configs/multi/conf.d/proxy.conf
5656
cat github-action/test/configs/multi/conf.d/proxy.conf
5757
- name: "Sync NGINX configuration and certificate to NGINXaaS for Azure - multi file"
58-
uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
58+
uses: nginxinc/nginx-for-azure-deploy-action/github-action@v0.4.0
5959
with:
6060
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
6161
resource-group-name: $TEST_RESOURCE_GROUP_NAME

0 commit comments

Comments
 (0)