File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
toolset : ${{ matrix.msvc-toolset }}
122
122
-
123
123
name : Set CMake
124
- uses : jwlawson/actions-setup-cmake@v1.13
124
+ uses : jwlawson/actions-setup-cmake@v2.0
125
125
with :
126
126
cmake-version : " 3.24.2"
127
127
-
Original file line number Diff line number Diff line change @@ -13,8 +13,10 @@ https://semver.org/spec/v2.0.0.html
13
13
## [ Unreleased]
14
14
15
15
### Changed
16
- - Update workflow actions from v3 to v4 if possible (` actions/checkout ` ,
17
- ` actions/upload-artifact ` and ` actions/download-artifact ` ).
16
+ - Update workflow actions to use NodeJS 20:
17
+ - Update base actions from v3 to v4 when possible (` actions/checkout ` ,
18
+ ` actions/upload-artifact ` and ` actions/download-artifact ` ).
19
+ - Update ` jwlawson/actions-setup-cmake ` from v1.13 to v2.0.
18
20
- Update base image for ` basemap-data ` and ` basemap-data-hires `
19
21
GitHub workflows to use Debian 10.
20
22
You can’t perform that action at this time.
0 commit comments