From c8ed0a4823b86b34410d87ceca52c496eb3f206d Mon Sep 17 00:00:00 2001 From: Guillaume Dorce <43939294+polynux@users.noreply.github.com> Date: Fri, 26 May 2023 19:19:20 +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 fc5df32..813f4e5 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.3 + uses: carlrygart/portainer-stack-deploy@v1.3.0 with: portainer-host: ${{ secrets.PORTAINER_HOST }} username: ${{ secrets.PORTAINER_USERNAME }}