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
+8-2
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,15 @@ 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.46.1` to use an exact release
15
-
-`@v1.46` to use the latest patch release for the specific minor version
14
+
-`@v1.47.0` to use an exact release
15
+
-`@v1.47` to use the latest patch release for the specific minor version
16
16
-`@v1` to use the latest patch release for the specific major version
17
17
18
+
## [1.47.0] - 2025-02-28
19
+
20
+
### Added
21
+
- A `junit-xml-path` output for the [dflook/terraform-test](https://github.com/dflook/terraform-github-actions/tree/main/terraform-test) action, which is set to the path of the junit test report when using Terraform >=1.11.0
22
+
18
23
## [1.46.1] - 2025-01-24
19
24
20
25
### Fixed
@@ -702,6 +707,7 @@ First release of the GitHub Actions:
0 commit comments