From 0abfb59001ae6e577432406bbd1b6ae4d8042a22 Mon Sep 17 00:00:00 2001 From: Logan Marchione Date: Tue, 24 May 2022 14:05:03 -0400 Subject: [PATCH] Update GitHub Actions Checkout to v3 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a99eb1..d1e5b86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Check out the codebase - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set variables run: | @@ -61,7 +61,7 @@ jobs: steps: - name: Check out the codebase - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set variables run: |