1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

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

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 #