From 84cc451864361de6106316883fe1bee5b11a1fee Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Fri, 18 Aug 2023 13:33:17 -0400 Subject: [PATCH] Update to checkout v3 (#879) --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2e77c58c..4b5f69b6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Lint codebase uses: docker://github/super-linter:v3.8.3 env: @@ -27,6 +27,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Check spelling uses: rojopolis/spellcheck-github-actions@e0dcc87bedf34ff10d6be443753f1c770bacbaa2