From 155953b84d74bdfd7b95c8282294e9bec926f2e4 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Sun, 28 May 2023 22:04:14 -0400 Subject: [PATCH] Update CI actions versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c994922..2b339f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,11 +9,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Check links id: lychee - uses: lycheeverse/lychee-action@v1.3.0 + uses: lycheeverse/lychee-action@v1 with: args: README.md README_ZH-CN.md --verbose --no-progress --exclude wiki.bash-hackers.org/* env: