From c49828b76b17a1026d6cd12a318f21c9d30e48f6 Mon Sep 17 00:00:00 2001 From: workloads-bot <66718385+workloads-bot@users.noreply.github.com> Date: Sun, 26 May 2024 11:48:01 +0200 Subject: [PATCH] Update .github/workflows/terraform-docs.yml --- .github/workflows/terraform-docs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/terraform-docs.yml b/.github/workflows/terraform-docs.yml index ae0fbbc..81681fa 100644 --- a/.github/workflows/terraform-docs.yml +++ b/.github/workflows/terraform-docs.yml @@ -32,16 +32,16 @@ jobs: timeout-minutes: 10 steps: - # see https://github.com/actions/checkout/releases/tag/v4.1.1 + # see https://github.com/actions/checkout/releases/tag/v4.1.6 - name: Checkout Repository - uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # ref: `tags/v4.1.1` + uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # ref: `tags/v4.1.6` with: ref: "${{ github.event.pull_request.head.ref }}" fetch-depth: 1 - # see https://github.com/terraform-docs/gh-actions/releases/tag/v1.0.0 + # see https://github.com/terraform-docs/gh-actions/releases/tag/v1.1.0 - name: Render documentation for repository and push changes back to branch - uses: "terraform-docs/gh-actions@f6d59f89a280fa0a3febf55ef68f146784b20ba0" # ref: `tags/v1.0.0` + uses: "terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6" # ref: `tags/v1.1.0` with: config-file: ".terraform-docs.yml" output-file: "README.md"