Skip to content

Commit

Permalink
Upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Sep 30, 2024
1 parent 3aa8bae commit de11d31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.1.7
- name: Setup Java
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.3.0
with:
distribution: temurin
java-version: 21
Expand All @@ -26,7 +26,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Deploy to Heroku
uses: AkhileshNS/heroku-deploy@v4
uses: AkhileshNS/heroku-deploy@v3.13.15
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: http4k-irc
Expand Down

0 comments on commit de11d31

Please sign in to comment.