From 68eb61795ff0e86736d04e98a82020f743f35886 Mon Sep 17 00:00:00 2001 From: Guillaume Dorce <43939294+polynux@users.noreply.github.com> Date: Fri, 26 May 2023 19:12:18 +0200 Subject: [PATCH] Update deploy-portainer.yml --- .github/workflows/deploy-portainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-portainer.yml b/.github/workflows/deploy-portainer.yml index d2165a8..fc5df32 100644 --- a/.github/workflows/deploy-portainer.yml +++ b/.github/workflows/deploy-portainer.yml @@ -42,7 +42,7 @@ jobs: shell: bash - name: Deploy stack to Portainer - uses: carlrygart/portainer-stack-deploy@v1 + uses: carlrygart/portainer-stack-deploy@v1.3 with: portainer-host: ${{ secrets.PORTAINER_HOST }} username: ${{ secrets.PORTAINER_USERNAME }}