Skip to content

Commit a2f1e28

Browse files
authored
Merge pull request #472 from InsightSoftwareConsortium/dependabot/github_actions/actions-9815467924
Bump the actions group across 1 directory with 4 updates
2 parents a6fe0a1 + ec9a4da commit a2f1e28

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

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

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

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

@@ -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@v4.3.3
45+
uses: lukka/get-cmake@v4.3.4
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@v5
61+
uses: actions/cache@v6
6262
with:
6363
path: ${{ github.workspace }}/../bld/ExternalData/Objects
6464
key: externaldata-v1-${{ hashFiles('Ex/src/**/*.cid') }}
@@ -140,7 +140,7 @@ jobs:
140140
cmake-build-type: "MinSizeRel"
141141

142142
steps:
143-
- uses: actions/checkout@v6
143+
- uses: actions/checkout@v7
144144
with:
145145
path: Ex
146146

@@ -155,10 +155,10 @@ jobs:
155155
python -m pip install ninja
156156
157157
- name: Get specific version of CMake, Ninja
158-
uses: lukka/get-cmake@v4.3.3
158+
uses: lukka/get-cmake@v4.3.4
159159

160160
- name: Restore ExternalData cache
161-
uses: actions/cache@v5
161+
uses: actions/cache@v6
162162
with:
163163
path: ${{ github.workspace }}/../bld/ExternalData/Objects
164164
key: externaldata-superbuild-v1-${{ matrix.os }}-${{ hashFiles('Ex/src/**/*.cid') }}
@@ -234,7 +234,7 @@ jobs:
234234
os: [ubuntu-24.04, windows-2022, macos-14]
235235

236236
steps:
237-
- uses: actions/checkout@v6
237+
- uses: actions/checkout@v7
238238
- name: Set up Python 3.11
239239
uses: actions/setup-python@v6
240240
with:
@@ -268,7 +268,7 @@ jobs:
268268
cmake-build-type: "Release"
269269

270270
steps:
271-
- uses: actions/checkout@v6
271+
- uses: actions/checkout@v7
272272
with:
273273
path: Ex
274274
submodules: recursive
@@ -279,7 +279,7 @@ jobs:
279279
python-version: 3.11
280280

281281
- name: Get specific version of CMake, Ninja
282-
uses: lukka/get-cmake@v4.3.3
282+
uses: lukka/get-cmake@v4.3.4
283283

284284
- name: Install build dependencies
285285
run: |
@@ -300,7 +300,7 @@ jobs:
300300
echo "Workspace: ${{ github.workspace }}"
301301
302302
- name: Restore ExternalData cache
303-
uses: actions/cache@v5
303+
uses: actions/cache@v6
304304
with:
305305
path: ${{ github.workspace }}/../bld/ExternalData/Objects
306306
key: externaldata-docs-v1-${{ hashFiles('Ex/src/**/*.cid') }}

.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@v6
14+
- uses: actions/checkout@v7
1515
- name: Check links
1616
id: lychee
1717
uses: lycheeverse/lychee-action@v2

.github/workflows/lint.yml

Lines changed: 2 additions & 2 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@v6
10+
- uses: actions/checkout@v7
1111
with:
1212
# Full git history is needed to get a proper
1313
# list of changed files within `super-linter`
@@ -22,7 +22,7 @@ jobs:
2222
python-version: 3.11
2323

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

0 commit comments

Comments
 (0)