Skip to content

Commit

Permalink
Bump to Doxygen v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed May 21, 2024
1 parent 9e64548 commit 5643e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Optionally, you can specify the desired Doxygen version
```
- uses: ssciwr/doxygen-install@v1
with:
version: "1.10.0"
version: "1.11.0"
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
version:
description: "The Doxygen version to install"
required: false
default: "1.10.0"
default: "1.11.0"
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 5643e20

Please sign in to comment.