Skip to content

Commit 71aace7

Browse files
authored
Merge pull request #465 from InsightSoftwareConsortium/dependabot/github_actions/actions-8bc1cb5673
Bump the actions group with 8 updates
2 parents e296bf4 + 261d574 commit 71aace7

4 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/build-test-publish.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
with:
3232
path: Ex
3333

3434
- name: Set up Python 3.11
35-
uses: actions/setup-python@v5
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: 3.11
3838

@@ -42,7 +42,7 @@ jobs:
4242
python -m pip install ninja
4343
4444
- name: Get specific version of CMake, Ninja
45-
uses: lukka/get-cmake@v3.24.2
45+
uses: lukka/get-cmake@v4.3.3
4646

4747
- name: Select Xcode
4848
if: startsWith(matrix.os, 'macos')
@@ -58,7 +58,7 @@ jobs:
5858
git checkout ${{ env.itk-git-tag }}
5959
6060
- name: Restore ExternalData cache
61-
uses: actions/cache@v4
61+
uses: actions/cache@v5
6262
with:
6363
path: ${{ github.workspace }}/../bld/ExternalData/Objects
6464
key: externaldata-v1-${{ hashFiles('Ex/src/**/*.cid') }}
@@ -160,12 +160,12 @@ jobs:
160160
cmake-build-type: "MinSizeRel"
161161

162162
steps:
163-
- uses: actions/checkout@v4
163+
- uses: actions/checkout@v6
164164
with:
165165
path: Ex
166166

167167
- name: Set up Python 3.11
168-
uses: actions/setup-python@v5
168+
uses: actions/setup-python@v6
169169
with:
170170
python-version: 3.11
171171

@@ -175,10 +175,10 @@ jobs:
175175
python -m pip install ninja
176176
177177
- name: Get specific version of CMake, Ninja
178-
uses: lukka/get-cmake@v3.24.2
178+
uses: lukka/get-cmake@v4.3.3
179179

180180
- name: Restore ExternalData cache
181-
uses: actions/cache@v4
181+
uses: actions/cache@v5
182182
with:
183183
path: ${{ github.workspace }}/../bld/ExternalData/Objects
184184
key: externaldata-superbuild-v1-${{ matrix.os }}-${{ hashFiles('Ex/src/**/*.cid') }}
@@ -254,9 +254,9 @@ jobs:
254254
os: [ubuntu-24.04, windows-2022, macos-14]
255255

256256
steps:
257-
- uses: actions/checkout@v4
257+
- uses: actions/checkout@v6
258258
- name: Set up Python 3.11
259-
uses: actions/setup-python@v5
259+
uses: actions/setup-python@v6
260260
with:
261261
python-version: 3.11
262262

@@ -288,18 +288,18 @@ jobs:
288288
cmake-build-type: "Release"
289289

290290
steps:
291-
- uses: actions/checkout@v4
291+
- uses: actions/checkout@v6
292292
with:
293293
path: Ex
294294
submodules: recursive
295295

296296
- name: Set up Python 3.11
297-
uses: actions/setup-python@v5
297+
uses: actions/setup-python@v6
298298
with:
299299
python-version: 3.11
300300

301301
- name: Get specific version of CMake, Ninja
302-
uses: lukka/get-cmake@v3.24.2
302+
uses: lukka/get-cmake@v4.3.3
303303

304304
- name: Install build dependencies
305305
run: |
@@ -320,7 +320,7 @@ jobs:
320320
echo "Workspace: ${{ github.workspace }}"
321321
322322
- name: Restore ExternalData cache
323-
uses: actions/cache@v4
323+
uses: actions/cache@v5
324324
with:
325325
path: ${{ github.workspace }}/../bld/ExternalData/Objects
326326
key: externaldata-docs-v1-${{ hashFiles('Ex/src/**/*.cid') }}
@@ -384,7 +384,7 @@ jobs:
384384
ctest -j 2 -VV -S dashboard.cmake
385385
386386
- name: Publish Documentation html as GitHub Artifact
387-
uses: actions/upload-artifact@v4
387+
uses: actions/upload-artifact@v7
388388
with:
389389
name: Documentation
390390
path: |
@@ -399,7 +399,7 @@ jobs:
399399
tar --strip-components=1 -xf /home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C ${{ github.workspace }}/site
400400
401401
- name: Deploy website to Netlify
402-
uses: nwtgck/actions-netlify@v3.0.0
402+
uses: nwtgck/actions-netlify@v4.0.0
403403
with:
404404
publish-dir: '${{ github.workspace }}/site'
405405
production-branch: main

.github/workflows/label-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: srvaroa/labeler@v1.13.0
11+
- uses: srvaroa/labeler@v1.14.0
1212
env:
1313
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- name: Check links
1616
id: lychee
1717
uses: lycheeverse/lychee-action@v2

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
with:
1212
# Full git history is needed to get a proper
1313
# list of changed files within `super-linter`
@@ -17,12 +17,12 @@ jobs:
1717
uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: 3.11
2323

2424
- name: Lint Python
25-
uses: super-linter/super-linter@v8.3.1
25+
uses: super-linter/super-linter@v8.6.0
2626
env:
2727
VALIDATE_ALL_CODEBASE: false
2828
VALIDATE_PYTHON_BLACK: true

0 commit comments

Comments
 (0)