diff --git a/.github/workflows/publish-docker-images.yml b/.github/workflows/publish-docker-images.yml index c947b779b..83c68a0a3 100644 --- a/.github/workflows/publish-docker-images.yml +++ b/.github/workflows/publish-docker-images.yml @@ -107,7 +107,7 @@ jobs: # Send notification to Swarmia to notify of a deployment: https://app.swarmia.com - name: 'Setup jq' - uses: dcarbone/install-jq-action + uses: dcarbone/install-jq-action@v3 - name: Send deployment to Swarmia if: github.event_name == 'push' && success() run: |