.github/workflows/build.yml: update actions/checkout to v4
This commit is contained in:
parent
e57c60e3d8
commit
a0a39ae828
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
CXX: 'ccache g++-10'
|
||||
steps:
|
||||
- id: checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
- id: cache-ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
@ -104,7 +104,7 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- id: checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- id: cache-ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user