From bba0e07c8f84cb1e5eee27a10dbe6a5ff9d94a8b Mon Sep 17 00:00:00 2001 From: Ze Peng Date: Tue, 2 Jul 2024 14:21:32 -0600 Subject: [PATCH] ci: update 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 6fea3bb..ec390f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 scan: needs: lint-and-test