Skip to content

Commit

Permalink
Bump to v1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Jan 10, 2025
1 parent a265210 commit 5278241
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.13.1"
version: "1.13.2"
```
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.13.1"
default: "1.13.2"
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 5278241

Please sign in to comment.