We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815a39e commit 1a3039dCopy full SHA for 1a3039d
.github/workflows/build.yaml
@@ -54,7 +54,7 @@ jobs:
54
runs-on: macos-latest
55
steps:
56
- name: Checkout repository
57
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
58
- name: Install dependencies
59
run: brew install cmake cppcheck googletest openssl@3 ninja zstd
60
# Don't enable clang-tidy on macOS because it's incredibly slow
@@ -77,9 +77,9 @@ jobs:
77
runs-on: windows-latest
78
79
80
81
- name: Cache dependencies
82
- uses: actions/cache@v3
+ uses: actions/cache@v4
83
env:
84
cache-name: cache-vcpkg
85
with:
0 commit comments