Skip to content

Commit

Permalink
Fix grafana version regex (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bull authored Jan 2, 2024
1 parent 956c792 commit b658785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
repository: grafana/grafana
version_jsonpath: grafana_version
component: monitoring
regex: "\d+\.\d+\.\d+"
regex: "\\d+\\.\\d+\\.\\d+"

- key: guacamole
path: ./ansible/roles/linux-guacamole/defaults/main.yml
Expand Down

0 comments on commit b658785

Please sign in to comment.