File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,15 @@ The actions are versioned as a suite. Some actions may have no change in behavio
11
11
12
12
When using an action you can specify the version as:
13
13
14
- - ` @v1.43 .0 ` to use an exact release
15
- - ` @v1.43 ` to use the latest patch release for the specific minor version
14
+ - ` @v1.44 .0 ` to use an exact release
15
+ - ` @v1.44 ` to use the latest patch release for the specific minor version
16
16
- ` @v1 ` to use the latest patch release for the specific major version
17
17
18
+ ## [ 1.44.0] - 2024-08-04
19
+
20
+ ### Added
21
+ - Outdated comments are now minimised in the GitHub UI, making it easier to find the most recent plan.
22
+
18
23
## [ 1.43.0] - 2024-06-01
19
24
20
25
### Added
@@ -675,6 +680,7 @@ First release of the GitHub Actions:
675
680
- [dflook/terraform-new-workspace](terraform-new-workspace)
676
681
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
677
682
683
+ [1.44.0] : https://github.com/dflook/terraform-github-actions/compare/v1.43.0...v1.44.0
678
684
[1.43.0] : https://github.com/dflook/terraform-github-actions/compare/v1.42.1...v1.43.0
679
685
[1.42.1] : https://github.com/dflook/terraform-github-actions/compare/v1.42.0...v1.42.1
680
686
[1.42.0] : https://github.com/dflook/terraform-github-actions/compare/v1.41.2...v1.42.0
You can’t perform that action at this time.
0 commit comments