Skip to content

Commit 745f00f

Browse files
committed
Use the latest action for tests
1 parent 5ad0d6a commit 745f00f

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
@@ -36,7 +36,7 @@ jobs:
3636
sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' github-action/test/configs/single/nginx.conf
3737
cat github-action/test/configs/single/nginx.conf
3838
- name: "Sync NGINX configuration to NGINXaaS for Azure - single file"
39-
uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
39+
uses: nginxinc/nginx-for-azure-deploy-action/github-action@v0.4.0
4040
with:
4141
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4242
resource-group-name: $TEST_RESOURCE_GROUP_NAME
@@ -56,7 +56,7 @@ jobs:
5656
sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' github-action/test/configs/multi/conf.d/proxy.conf
5757
cat github-action/test/configs/multi/conf.d/proxy.conf
5858
- name: "Sync NGINX configuration and certificate to NGINXaaS for Azure - multi file"
59-
uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
59+
uses: nginxinc/nginx-for-azure-deploy-action/github-action@v0.4.0
6060
with:
6161
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
6262
resource-group-name: $TEST_RESOURCE_GROUP_NAME

0 commit comments

Comments
 (0)