From 64927eb6fcece42bcab74f572a0df6e8f5c1898a Mon Sep 17 00:00:00 2001 From: Tyler Matteo Date: Wed, 11 Oct 2023 18:23:52 -0400 Subject: [PATCH] Add version to GH action uses refs --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ceaa023..f9fbf56 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -10,9 +10,9 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout + - uses: actions/checkout@v4 - name: Setup node env - uses: actions/setup-node + uses: actions/setup-node@v3 with: node-version: 18.17.1 - name: Install dependencies