Skip to content

Commit

Permalink
Merge pull request #12 from jhlegarreta/FixNodejsGHAWarnings
Browse files Browse the repository at this point in the history
ENH: Fix Docker and Doxygen workflow actions `Node.js` warnings
  • Loading branch information
jhlegarreta authored Aug 26, 2024
2 parents 2007cc4 + 7ca7a16 commit 088754c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Docker Image for Doxygen
Expand All @@ -25,7 +25,7 @@ jobs:
docker cp itk-dox:/ITKDoxygen.tar.gz artifacts/ITKDoxygen-${GITHUB_SHA}.tar.gz
docker cp itk-dox:/ITKDoxygenXML.tar.gz artifacts/ITKDoxygenXML-${GITHUB_SHA}.tar.gz
- name: Archive Doxygen Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: doxygen
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

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

0 comments on commit 088754c

Please sign in to comment.