Skip to content

Commit fc6dcf1

Browse files
committed
COMP: Update workflow package dependancy versions.
1 parent 43b11a6 commit fc6dcf1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
cmake-build-type: "MinSizeRel"
3636

3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v4.2.2
3939

4040
- name: Set up Python 3.12
41-
uses: actions/setup-python@v5
41+
uses: actions/setup-python@v5.4.0
4242
with:
4343
python-version: 3.12
4444

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

Lines changed: 1 addition & 1 deletion
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@v4.2.2
1111
with:
1212
fetch-depth: 1
1313
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master

0 commit comments

Comments
 (0)