From ae52c1f31459cd170a7fd6fb9982fcbb7e53f34e Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Mon, 12 Jun 2023 14:15:57 +0000 Subject: [PATCH] Update actions plugin versions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a3e0ea0b..a994f01cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,8 +17,8 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: node-version: '16' - name: Build and test backend service @@ -36,7 +36,7 @@ jobs: # needs: build-and-test # runs-on: ubuntu-latest # steps: -# - uses: actions/checkout@v2 +# - uses: actions/checkout@v3 # - uses: akhileshns/heroku-deploy@v3.12.12 # Deploy to Heroku action # with: # heroku_api_key: ${{secrets.HEROKU_API_KEY}}