Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit f2cde16

Browse files
committedJul 5, 2024·
Upgrade reusable workflow to use Node 20
1 parent 669af15 commit f2cde16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check out source code
2323
uses: actions/checkout@v4
2424
- name: Deploy to Heroku
25-
uses: akhileshns/heroku-deploy@v3.12.14
25+
uses: akhileshns/heroku-deploy@v3.13.15
2626
with:
2727
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
2828
heroku_app_name: ${{ vars.HEROKU_APP_NAME }}

0 commit comments

Comments
 (0)
This repository has been archived.