diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 12df772..54259e6 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,9 +18,9 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm' @@ -28,7 +28,7 @@ jobs: - run: npm run build --if-present - name: Deploy to Heroku # You may pin to the exact commit or the version. - uses: AkhileshNS/heroku-deploy@v3.12.12 + uses: AkhileshNS/heroku-deploy@v3.13.15 with: # This will be used for authentication. You can find it in your heroku homepage account settings heroku_api_key: ${{ secrets.HEROKU_API_KEY }}