Skip to content

Commit 44035ba

Browse files
committed
🔖 v1.36.2
1 parent 47cdbc8 commit 44035ba

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.36.1` to use an exact release
11+
- `@v1.36.2` to use an exact release
1212
- `@v1.36` 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.36.2] - 2023-08-17
16+
17+
### Fixed
18+
- When no terraform version is specified and no state file exists the actions will now use the latest terraform version, instead of incorrectly using Terraform 0.9.
19+
1520
## [1.36.1] - 2023-07-15
1621

1722
### Fixed
@@ -540,6 +545,7 @@ First release of the GitHub Actions:
540545
- [dflook/terraform-new-workspace](terraform-new-workspace)
541546
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
542547

548+
[1.36.2]: https://github.com/dflook/terraform-github-actions/compare/v1.36.1...v1.36.2
543549
[1.36.1]: https://github.com/dflook/terraform-github-actions/compare/v1.36.0...v1.36.1
544550
[1.36.0]: https://github.com/dflook/terraform-github-actions/compare/v1.35.0...v1.36.0
545551
[1.35.0]: https://github.com/dflook/terraform-github-actions/compare/v1.34.0...v1.35.0

0 commit comments

Comments
 (0)