From e1facea35a0a8ee81bc204db10039d5b53837a39 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Mon, 27 Feb 2023 02:53:21 -0500 Subject: [PATCH] update actions/checkout to v3 because of node deprecation warning; fixes #1099 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcb9d5a3b73a..511db2886e4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: name: Build Jekyll runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build the site in the jekyll/builder container run: | export JEKYLL_VERSION=3.8