Skip to content

Commit 7568627

Browse files
chore(deps): update akhileshns/heroku-deploy digest to 96f4455
1 parent eda16ee commit 7568627

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
ref: release
21-
- uses: akhileshns/heroku-deploy@e86b991436e126ff9d78399b801a6610a64881c9
21+
- uses: akhileshns/heroku-deploy@96f4455bfc127bf16feac4b180aae9ec380c5a20
2222
with:
2323
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
2424
heroku_app_name: "xpro-production"

.github/workflows/release-candiate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
ref: release-candidate
21-
- uses: akhileshns/heroku-deploy@e86b991436e126ff9d78399b801a6610a64881c9
21+
- uses: akhileshns/heroku-deploy@96f4455bfc127bf16feac4b180aae9ec380c5a20
2222
with:
2323
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
2424
heroku_app_name: "xpro-rc"

0 commit comments

Comments
 (0)