diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index d8e22fc..3a82a90 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -1,3 +1,4 @@ +--- name: terraform-lint on: @@ -10,4 +11,4 @@ jobs: - name: Check out code uses: actions/checkout@v4 - name: Lint Terraform - uses: actionshub/terraform-lint@v2 + uses: actionshub/terraform-lint@main