From 5bffac1866cc21907b15ad35cf2a247d2c6801ab Mon Sep 17 00:00:00 2001 From: Kylee Tilley Date: Fri, 15 Sep 2023 18:00:01 +0000 Subject: [PATCH] Bumping github actions for checkout and setup node --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 776d7aa..2ac0478 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 - name: Install dependencies run: npm ci