File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,16 @@ The actions are versioned as a suite. Some actions may have no change in behavio
1111
1212When using an action you can specify the version as:
1313
14- - ` @v2.2.2 ` to use an exact release
14+ - ` @v2.2.3 ` to use an exact release
1515- ` @v2.2 ` to use the latest patch release for the specific minor version
1616- ` @v2 ` to use the latest patch release for the specific major version
1717
18+ ## [ 2.2.3] - 2026-01-13
19+
20+ ### Fixed
21+ - Fixed an issue where specifying more than 8 var files would cause the action to fail an error.
22+ Thanks to [ cdsre] ( https://github.com/cdsre ) for reporting and fixing this issue.
23+
1824## [ 2.2.2] - 2025-08-08
1925
2026### Fixed
@@ -797,6 +803,7 @@ First release of the GitHub Actions:
797803- [dflook/terraform-new-workspace](terraform-new-workspace)
798804- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
799805
806+ [2.2.3] : https://github.com/dflook/terraform-github-actions/compare/v2.2.2...v2.2.3
800807[2.2.2] : https://github.com/dflook/terraform-github-actions/compare/v2.2.1...v2.2.2
801808[2.2.1] : https://github.com/dflook/terraform-github-actions/compare/v2.2.0...v2.2.1
802809[2.2.0] : https://github.com/dflook/terraform-github-actions/compare/v2.1.0...v2.2.0
You can’t perform that action at this time.
0 commit comments