From 9f8eed1f20fa8e891e1b870015ca391f1253a94b Mon Sep 17 00:00:00 2001 From: wargio Date: Mon, 12 Feb 2024 14:45:09 +0800 Subject: [PATCH] Update Actions --- .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 acf923a..1d3b76d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install dependencies run: | sudo apt-get update