File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,15 @@ 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.25.0 ` to use an exact release
11+ - ` @v1.25.1 ` to use an exact release
1212- ` @v1.25 ` 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.25.1] - 2022-05-10
16+
17+ ### Fixed
18+ - Failure to install terraform after change in the download page - Thanks [ kylewlacy] ( https://github.com/kylewlacy )
19+
1520## [ 1.25.0] - 2022-05-06
1621
1722### Added
@@ -401,6 +406,7 @@ First release of the GitHub Actions:
401406- [dflook/terraform-new-workspace](terraform-new-workspace)
402407- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
403408
409+ [1.25.1] : https://github.com/dflook/terraform-github-actions/compare/v1.25.0...v1.25.1
404410[1.25.0] : https://github.com/dflook/terraform-github-actions/compare/v1.24.0...v1.25.0
405411[1.24.0] : https://github.com/dflook/terraform-github-actions/compare/v1.23.0...v1.24.0
406412[1.23.0] : https://github.com/dflook/terraform-github-actions/compare/v1.22.2...v1.23.0
You can’t perform that action at this time.
0 commit comments