.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'
|
CXX: 'ccache g++-10'
|
||||||
steps:
|
steps:
|
||||||
- id: checkout
|
- id: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
- id: cache-ccache
|
- id: cache-ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
with:
|
with:
|
||||||
@ -104,7 +104,7 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- id: checkout
|
- id: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- id: cache-ccache
|
- id: cache-ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user