diff --git a/.github/workflows/reset_heroku.yml b/.github/workflows/reset_heroku.yml index 4a3253b5c8..542bd6ce06 100644 --- a/.github/workflows/reset_heroku.yml +++ b/.github/workflows/reset_heroku.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Heroku CLI uses: akhileshns/heroku-deploy@v3.12.14