diff --git a/.github/workflows/create_module.yml b/.github/workflows/create_module.yml index cb55d79..34139d1 100644 --- a/.github/workflows/create_module.yml +++ b/.github/workflows/create_module.yml @@ -142,13 +142,13 @@ jobs: - uses: actions/checkout@v4 - - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.2.0 + - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.3.0 id: upload with: workspace: ${{ steps.get_workspace_id.outputs.workspace_name }} directory: ./ - - uses: hashicorp/tfc-workflows-github/actions/create-run@v1.2.0 + - uses: hashicorp/tfc-workflows-github/actions/create-run@v1.3.0 id: create-run with: workspace: ${{ steps.get_workspace_id.outputs.workspace_name }}