CI: Upgrade checkout action from v2 to v3.
This commit is contained in:
parent
86118ea320
commit
596ee722cd
|
@ -27,7 +27,7 @@ jobs:
|
||||||
build_system: [autotools, cmake]
|
build_system: [autotools, cmake]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
########################
|
########################
|
||||||
# Install Dependencies #
|
# Install Dependencies #
|
||||||
|
|
Loading…
Reference in New Issue