Skip to content

Commit f4c310c

Browse files
committed
chore: enhance heroku action version
1 parent c371df7 commit f4c310c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/depoy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fi
2121
echo "HEROKU_BRANCH=master" >> $GITHUB_ENV
2222
- name: "Deploy ${{ github.ref }} to Heroku"
23-
uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 #v3.12.14
23+
uses: akhileshns/heroku-deploy@v3.13.15
2424
with:
2525
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
2626
heroku_app_name: "dsomm"

0 commit comments

Comments
 (0)