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

Commit 345e4da

Browse files
committed
COMP: Update actions/checkout to v5
1 parent 753f249 commit 345e4da

1 file changed

Lines changed: 1 addition & 1 deletion

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@v4
12+
- uses: actions/checkout@v5
1313
- uses: InsightSoftwareConsortium/ITKApplyClangFormatAction@master
1414
with:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)