From f0e1965ece5087d9bc2ca94549cb9207f90b957b Mon Sep 17 00:00:00 2001 From: Chris McKnight Date: Wed, 1 Nov 2023 03:18:04 -0500 Subject: [PATCH] ci(actions): Update checkout action --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy-github-pages.yml | 2 +- .github/workflows/integration-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b37a9257..3d23e7de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout ๐Ÿ›Ž๏ธ - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install and Build ๐Ÿ”ง run: | diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index d6cc57c1..20deabc5 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout ๐Ÿ›Ž๏ธ - uses: actions/checkout@v2 + uses: actions/checkout@v3 - uses: actions/setup-node@v2 with: node-version: 16 diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d6ac5b39..b8b553d2 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout ๐Ÿ›Ž๏ธ - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install and Run Integration tests ๐Ÿงช run: |