We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57c60e commit a0a39aeCopy full SHA for a0a39ae
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
CXX: 'ccache g++-10'
35
steps:
36
- id: checkout
37
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
38
- id: cache-ccache
39
uses: hendrikmuhs/ccache-action@v1.2
40
with:
@@ -104,7 +104,7 @@ jobs:
104
runs-on: macos-latest
105
106
107
108
109
110
0 commit comments