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
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,17 @@ The actions are versioned as a suite. Some actions may have no change in behavio
11
11
12
12
When using an action you can specify the version as:
13
13
14
-
-`@v1.49.0` to use an exact release
15
-
-`@v1.49` to use the latest patch release for the specific minor version
16
-
-`@v1` to use the latest patch release for the specific major version
14
+
-`@v2.0.0` to use an exact release
15
+
-`@v2.0` to use the latest patch release for the specific minor version
16
+
-`@v2` to use the latest patch release for the specific major version
17
+
18
+
## [2.0.0] - 2025-05-31
19
+
20
+
### Changed
21
+
- The container image has been updated from debian 11 to debian 12. This may affect you if you rely on the runtime environment of Terraform/OpenTofu.
22
+
23
+
### Removed
24
+
- The deprecated `var` input has been removed. This was deprecated in v1.9.0 from 2021-04-10 when it was replaced by the introduction of the `variables` input.
17
25
18
26
## [1.49.0] - 2025-05-29
19
27
@@ -741,6 +749,7 @@ First release of the GitHub Actions:
0 commit comments