File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,10 @@ jobs:
2323 apk add --no-cache bash git openssh
2424 git --version
2525
26- - name : Checkout repository
27- uses : actions/checkout@v2
28-
29- - name : Housekeeping
30- run : |
26+ - name : Checkout repository and housekeeping
27+ uses : actions/checkout@v3
28+ - run : |
29+ git config --global --add safe.directory ${GITHUB_WORKSPACE}
3130 cd $GITHUB_WORKSPACE
3231 CI/scripts/changelog_test.sh
3332
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ enable_language(CXX)
55# Set DAGMC version
66set (DAGMC_MAJOR_VERSION 3)
77set (DAGMC_MINOR_VERSION 2)
8- set (DAGMC_PATCH_VERSION 1 )
8+ set (DAGMC_PATCH_VERSION 2 )
99set (DAGMC_VERSION ${DAGMC_MAJOR_VERSION} .${DAGMC_MINOR_VERSION} .${DAGMC_PATCH_VERSION} )
1010
1111if (MSVC )
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ DAGMC Changelog
77 Next version
88====================
99
10+ v3.2.2
11+ ====================
12+
1013**Changed: **
1114
1215 * Placing installed CMake configuration files in project directory (#802)
You can’t perform that action at this time.
0 commit comments