Skip to content

Commit

Permalink
COMP: Update workflow package dependancy versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Feb 1, 2025
1 parent 43b11a6 commit fc6dcf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
cmake-build-type: "MinSizeRel"

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2

- name: Set up Python 3.12
uses: actions/setup-python@v5
uses: actions/setup-python@v5.4.0
with:
python-version: 3.12

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 1
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
Expand Down

0 comments on commit fc6dcf1

Please sign in to comment.