Skip to content

Commit 1a3039d

Browse files
committed
BLD: Update GitHub actions for Node.js 20
1 parent 815a39e commit 1a3039d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: macos-latest
5555
steps:
5656
- name: Checkout repository
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v4
5858
- name: Install dependencies
5959
run: brew install cmake cppcheck googletest openssl@3 ninja zstd
6060
# Don't enable clang-tidy on macOS because it's incredibly slow
@@ -77,9 +77,9 @@ jobs:
7777
runs-on: windows-latest
7878
steps:
7979
- name: Checkout repository
80-
uses: actions/checkout@v3
80+
uses: actions/checkout@v4
8181
- name: Cache dependencies
82-
uses: actions/cache@v3
82+
uses: actions/cache@v4
8383
env:
8484
cache-name: cache-vcpkg
8585
with:

0 commit comments

Comments
 (0)