Skip to content

Commit a7e3dfc

Browse files
committed
Update versions of actions used in deploy workflow.
1 parent 4627265 commit a7e3dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_heroku.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Build release Docker image
1414
run: docker build -f release.Dockerfile . -t coqbot
15-
- uses: akhileshns/heroku-deploy@v3.12.14
15+
- uses: akhileshns/heroku-deploy@v3.13.15
1616
with:
1717
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
1818
heroku_app_name: coqbot

0 commit comments

Comments
 (0)