From 45e516448f2e4d485b81a15fc279d289a7762763 Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Wed, 3 Jan 2024 11:01:01 +0000 Subject: [PATCH] Pin Heroku Deploy action Pending fix for AkhileshNS/heroku-deploy#173 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dd045fb0..2272b5b4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: - name: Check out source code uses: actions/checkout@v4 - name: Deploy to Heroku - uses: akhileshns/heroku-deploy@v3.13.14 + uses: akhileshns/heroku-deploy@v3.12.14 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: ${{ vars.HEROKU_APP_NAME }}