From 203f63f2e64ee97a1f3a95137aa4727a84687bbb Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 9 Aug 2022 20:01:46 +0200 Subject: [PATCH] Well. --- .github/workflows/test-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index d012ed0c..95543b24 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -53,7 +53,7 @@ jobs: fetch-depth: 0 - name: Push - uses: dokku/github-action@v1 + uses: dokku/github-action@v1.1.2 # enable verbose ssh output with: branch: "main" @@ -62,7 +62,7 @@ jobs: ssh_private_key: ${{ secrets.PRIVATE_KEY }} - name: Create Sentry release - uses: getsentry/action-release@v1.1.2 + uses: getsentry/action-release@v1 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}