Skip to content

Commit

Permalink
bugfix: bump github-actions-models (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Jan 18, 2025
1 parent a3e68fd commit c33c5fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clap-verbosity-flag = { version = "3.0.2", features = [
], default-features = false }
etcetera = "0.8.0"
flate2 = "1.0.35"
github-actions-models = "0.20.0"
github-actions-models = "0.21.0"
http-cache-reqwest = "0.15.0"
human-panic = "2.0.1"
indexmap = "2.7.0"
Expand Down
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ of `zizmor`.
* The [artipacked] audit now correctly handles the strings `'true'` and `'false'`
as their boolean counterparts (#448)
* Expressions that span multiple source lines are now parsed correctly (#461)
* Workflows that contain `timeout-minutes: ${{ expr }}` are now parsed
correctly (#462)

## v1.1.1

Expand Down

0 comments on commit c33c5fc

Please sign in to comment.