From c7fc5eb98be8f5608b8271463519e9d42ddc6b5f Mon Sep 17 00:00:00 2001 From: Sahil Makhijani Date: Tue, 26 Mar 2024 01:16:44 -0700 Subject: [PATCH] Updated yaml actions --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}