You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
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
8
8
9
9
When using an action you can specify the version as:
10
10
11
-
-`@v1.36.1` to use an exact release
11
+
-`@v1.36.2` to use an exact release
12
12
-`@v1.36` to use the latest patch release for the specific minor version
13
13
-`@v1` to use the latest patch release for the specific major version
14
14
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
+
15
20
## [1.36.1] - 2023-07-15
16
21
17
22
### Fixed
@@ -540,6 +545,7 @@ First release of the GitHub Actions:
0 commit comments