From 824b5d4cbb59e599c6ad297fa5a05288b1d0480b Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Thu, 18 May 2023 15:03:18 -0700 Subject: [PATCH] Bump actions/checkout. v2 uses deprecated Node 12 --- .github/workflows/deploy.yml | 2 +- .github/workflows/test-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 100f3bf58da..c906e004dcd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: name: Deploy to GitHub Pages runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: actions/setup-node@v3 diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 602ac822fec..cf5e4ef7aba 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -10,7 +10,7 @@ jobs: name: Test deployment runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 18