From a6368553f5ea655bddeade0f3ec7eef13c14f783 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Sat, 11 Nov 2023 11:21:26 -0500 Subject: [PATCH] Updates actions/checkout to v4 --- .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 92c55fb..9ea03f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check links id: lychee