Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 78853e1

Browse files
committed
ENH: Update actions/checkout to version 4.
1 parent c4cd160 commit 78853e1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/apply-clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v4
1313
- uses: InsightSoftwareConsortium/ITKApplyClangFormatAction@master
1414
with:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/clang-format-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v4
11+
1112
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master

0 commit comments

Comments
 (0)