Skip to content

Commit

Permalink
Use actions/checkout v2 for heroku-deploy workflow as written in README
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Dec 19, 2024
1 parent aad5fe3 commit a0c6a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit a0c6a92

Please sign in to comment.