diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-06-28 20:16:04 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-06-28 20:48:49 +0800 |
commit | 596ee722cd7ddf0afae584fc06365adc0e735977 (patch) | |
tree | 6496a44db34f51f8250721a7e66810d455976696 | |
parent | Update THANKS. (diff) | |
download | xz-596ee722cd7ddf0afae584fc06365adc0e735977.tar.xz |
CI: Upgrade checkout action from v2 to v3.
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 # |