Skip to content

Commit 086f753

Browse files
authored
Merge pull request #34 from InsightSoftwareConsortium/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 163eb78 + 15d2dd0 commit 086f753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Check out repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Build the Docker image
2020
run: docker build . --file Dockerfile --tag itk-doxygen-docker:$(date +%Y-%m-%d-%H-%M)

0 commit comments

Comments
 (0)