Skip to content

Commit 3972b2e

Browse files
authored
🔖 v1.25.1
1 parent 3c23d13 commit 3972b2e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ The actions are versioned as a suite. Some actions may have no change in behavio
88

99
When 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

0 commit comments

Comments
 (0)