ci: bump actions/checkout v2 -> v3
This commit is contained in:
2
.github/workflows/make_linux_cpp.yml
vendored
2
.github/workflows/make_linux_cpp.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
CC: gcc-10
|
||||
CXX: g++-10
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check make
|
||||
run: make --version
|
||||
- name: Check system
|
||||
|
||||
Reference in New Issue
Block a user