File tree Expand file tree Collapse file tree
actions/techdocs-rewrite-relative-links Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 "actions/setup-argo" : " 1.0.2" ,
1414 "actions/generate-openapi-clients" : " 1.0.3" ,
1515 "actions/push-to-gcs" : " 0.3.0" ,
16- "actions/techdocs-rewrite-relative-links" : " 1.0.3 " ,
16+ "actions/techdocs-rewrite-relative-links" : " 1.0.4 " ,
1717 "actions/validate-policy-bot-config" : " 1.1.1" ,
1818 "actions/trigger-argo-workflow" : " 1.2.0" ,
1919 "actions/setup-jrsonnet" : " 1.0.2" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.4] ( https://github.com/grafana/shared-workflows/compare/techdocs-rewrite-relative-links/v1.0.3...techdocs-rewrite-relative-links/v1.0.4 ) (2025-11-17)
4+
5+
6+ ### 🔧 Miscellaneous Chores
7+
8+ * ** deps:** bump github.com/urfave/cli/v3 ([ 80f9be5] ( https://github.com/grafana/shared-workflows/commit/80f9be521dccb52127d4c8412da7d48a8302231f ) )
9+ * ** deps:** bump github.com/urfave/cli/v3 to 3.6.0 in techdocs-rewrite-relative-links ([ #1507 ] ( https://github.com/grafana/shared-workflows/issues/1507 ) ) ([ 80f9be5] ( https://github.com/grafana/shared-workflows/commit/80f9be521dccb52127d4c8412da7d48a8302231f ) )
10+
311## [ 1.0.3] ( https://github.com/grafana/shared-workflows/compare/techdocs-rewrite-relative-links/v1.0.2...techdocs-rewrite-relative-links/v1.0.3 ) (2025-11-06)
412
513
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ Then this link inside the file will be changed to ...
2828``` yaml
2929- id : checkout-shared-workflows
3030 name : Checkout shared workflows
31- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.0.3
31+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.0.4
3232 with :
3333 repository : grafana/shared-workflows
34- ref : techdocs-rewrite-relative-links-v1.0.3
34+ ref : techdocs-rewrite-relative-links-v1.0.4
3535 path : _shared-workflows
3636 persist-credentials : false
3737
You can’t perform that action at this time.
0 commit comments