Skip to content

Commit

Permalink
fix: bump annotate-snippets to fix crash (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Dec 10, 2024
1 parent 75e0a69 commit 38c52f0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 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 @@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
rust-version = "1.80.1"

[dependencies]
annotate-snippets = "0.11.4"
annotate-snippets = "0.11.5"
anstream = "0.6.18"
anyhow = "1.0.94"
camino = { version = "1.1.9", features = ["serde1"] }
Expand Down
3 changes: 1 addition & 2 deletions tests/snapshots/snapshot__insecure_commands-2.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ snapshot_kind: text
error[insecure-commands]: execution of insecure workflow commands is enabled
--> @@INPUT@@:8:5
|
8 | env:
| _____^
8 | / env:
9 | | ACTIONS_ALLOW_UNSECURE_COMMANDS: yes
| |__________________________________________^ insecure commands enabled here
|
Expand Down
3 changes: 1 addition & 2 deletions tests/snapshots/snapshot__insecure_commands.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ snapshot_kind: text
error[insecure-commands]: execution of insecure workflow commands is enabled
--> @@INPUT@@:8:5
|
8 | env:
| _____^
8 | / env:
9 | | ACTIONS_ALLOW_UNSECURE_COMMANDS: yes
| |__________________________________________^ insecure commands enabled here
|
Expand Down

0 comments on commit 38c52f0

Please sign in to comment.