diff --git a/.github/workflows/production-deploy.yml b/.github/workflows/production-deploy.yml index 57814d5..f6916e6 100644 --- a/.github/workflows/production-deploy.yml +++ b/.github/workflows/production-deploy.yml @@ -18,7 +18,7 @@ jobs: run: | echo "setting variables" echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" - - uses: elgohr/Publish-Docker-Github-Action@master + - uses: elgohr/Publish-Docker-Github-Action@v5 with: username: tattletech password: ${{ secrets.DOCKER_PASSWORD }}