diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9afd351..3e10f22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Push to Staging if: github.ref == 'refs/heads/develop' - uses: akhileshns/heroku-deploy@v3.12.12 + uses: akhileshns/heroku-deploy@v3.12.13 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} @@ -78,7 +78,7 @@ jobs: - name: Push to Production if: github.ref == 'refs/heads/main' - uses: akhileshns/heroku-deploy@v3.12.12 + uses: akhileshns/heroku-deploy@v3.12.13 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }}