File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,18 @@ The actions are versioned as a suite. Some actions may have no change in behavio
88
99When using an action you can specify the version as:
1010
11- - ` @v1.27 .0 ` to use an exact release
12- - ` @v1.27 ` to use the latest patch release for the specific minor version
11+ - ` @v1.28 .0 ` to use an exact release
12+ - ` @v1.28 ` to use the latest patch release for the specific minor version
1313- ` @v1 ` to use the latest patch release for the specific major version
1414
15+ ## [ 1.28.0] - 2022-10-12
16+
17+ ### Added
18+ - Terraform version detection rules updated to include information about backends removed in Terraform 1.3.
19+
20+ ### Fixed
21+ - Deprecation warnings about the ` set-output ` actions workflow command.
22+
1523## [ 1.27.0] - 2022-08-07
1624
1725### Added
@@ -426,6 +434,7 @@ First release of the GitHub Actions:
426434- [dflook/terraform-new-workspace](terraform-new-workspace)
427435- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
428436
437+ [1.28.0] : https://github.com/dflook/terraform-github-actions/compare/v1.27.0...v1.28.0
429438[1.27.0] : https://github.com/dflook/terraform-github-actions/compare/v1.26.0...v1.27.0
430439[1.26.0] : https://github.com/dflook/terraform-github-actions/compare/v1.25.1...v1.26.0
431440[1.25.1] : https://github.com/dflook/terraform-github-actions/compare/v1.25.0...v1.25.1
You can’t perform that action at this time.
0 commit comments