We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 163eb78 + 15d2dd0 commit 086f753Copy full SHA for 086f753
.github/workflows/Doxygen.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-24.04
12
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
with:
16
fetch-depth: 0
17
.github/workflows/build-docker-image.yml
@@ -14,7 +14,7 @@ jobs:
- name: Check out repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
19
- name: Build the Docker image
20
run: docker build . --file Dockerfile --tag itk-doxygen-docker:$(date +%Y-%m-%d-%H-%M)
0 commit comments