Skip to content

Commit be2ed18

Browse files
committed
Update jwlawson/actions-setup-cmake from v1.13 to v2.0
1 parent 4a4ce7b commit be2ed18

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/basemap-for-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
toolset: ${{ matrix.msvc-toolset }}
122122
-
123123
name: Set CMake
124-
uses: jwlawson/actions-setup-cmake@v1.13
124+
uses: jwlawson/actions-setup-cmake@v2.0
125125
with:
126126
cmake-version: "3.24.2"
127127
-

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ https://semver.org/spec/v2.0.0.html
1313
## [Unreleased]
1414

1515
### 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.
1820
- Update base image for `basemap-data` and `basemap-data-hires`
1921
GitHub workflows to use Debian 10.
2022

0 commit comments

Comments
 (0)