File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 proj-devel \
119119 spatialite-tools \
120120 zlib-devel
121- - uses : actions/checkout@v4
121+ - uses : actions/checkout@v6
122122 - uses : ./.github/actions/install-from-git
123123 - uses : ./.github/actions/cmake
124124 - uses : ./.github/actions/build
@@ -133,7 +133,7 @@ jobs:
133133 CXXFLAGS : -Werror
134134 BUILD_TYPE : Dev
135135 steps :
136- - uses : actions/checkout@v4
136+ - uses : actions/checkout@v6
137137 - uses : ./.github/actions/install-ubuntu
138138 - uses : ./.github/actions/install-from-git
139139 - uses : ./.github/actions/cmake
@@ -159,7 +159,7 @@ jobs:
159159 CXXFLAGS : -Werror
160160 BUILD_TYPE : ${{ matrix.build_type }}
161161 steps :
162- - uses : actions/checkout@v4
162+ - uses : actions/checkout@v6
163163 - uses : ./.github/actions/install-macos
164164 - uses : ./.github/actions/install-from-git
165165 - uses : ./.github/actions/cmake
Original file line number Diff line number Diff line change 4242 make \
4343 zlib1g-dev
4444 shell : bash
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v6
4646 with :
4747 submodules : true
4848 - uses : ./.github/actions/install-from-git
5252 shell : bash
5353 working-directory : build
5454 - name : Upload clang-tidy log
55- uses : actions/upload-artifact@v4
55+ uses : actions/upload-artifact@v6
5656 if : always()
5757 with :
5858 name : osmcoastline-${{ github.sha }}-clang-tidy-${{ matrix.clang }}-log
You can’t perform that action at this time.
0 commit comments