CI: Upgrade checkout action from v2 to v3.

This commit is contained in:
Jia Tan 2023-06-28 20:16:04 +08:00
parent 86118ea320
commit 596ee722cd
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
build_system: [autotools, cmake]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
########################
# Install Dependencies #