From: Jia Tan Date: Wed, 28 Jun 2023 12:16:04 +0000 (+0800) Subject: CI: Upgrade checkout action from v2 to v3. X-Git-Tag: v5.5.1alpha~295 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=596ee722cd7ddf0afae584fc06365adc0e735977;p=thirdparty%2Fxz.git CI: Upgrade checkout action from v2 to v3. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f08becb9..d00dd0d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: build_system: [autotools, cmake] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 ######################## # Install Dependencies #