Skip to content

Commit a0c6a92

Browse files
committed
Use actions/checkout v2 for heroku-deploy workflow as written in README
1 parent aad5fe3 commit a0c6a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: github.ref == 'refs/heads/main'
5454
runs-on: ubuntu-latest
5555
steps:
56-
- uses: actions/checkout@v3
56+
- uses: actions/checkout@v2
5757
- uses: akhileshns/[email protected]
5858
with:
5959
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}

0 commit comments

Comments
 (0)