From 6ef207b03157cf6f2c76d3e06c3eeced1796e708 Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:24:48 +0000 Subject: [PATCH] Update grafana/writers-toolkit digest to c4d7ace --- .github/workflows/prettier.yml | 2 +- .github/workflows/validate-documentation.yml | 2 +- publish-technical-documentation-release/action.yaml | 2 +- publish-technical-documentation/action.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 4f877e9b3..f43144110 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -6,6 +6,6 @@ jobs: if: ${{ github.repository == 'grafana/writers-toolkit' }} runs-on: ubuntu-latest steps: - - uses: grafana/writers-toolkit/prettier@4b1248585248751e3b12fd020cf7ac91540ca09c # prettier/v2.0.1 + - uses: grafana/writers-toolkit/prettier@c4d7ace958fbe105b9b1efd543129ad1b40401ef # prettier/v2.0.1 with: branch: ${{ env.GITHUB_REF }} diff --git a/.github/workflows/validate-documentation.yml b/.github/workflows/validate-documentation.yml index 638879699..98366957b 100644 --- a/.github/workflows/validate-documentation.yml +++ b/.github/workflows/validate-documentation.yml @@ -70,7 +70,7 @@ jobs: with: persist-credentials: false - name: Build website - uses: grafana/writers-toolkit/build-website@4b1248585248751e3b12fd020cf7ac91540ca09c # build-website/v1.0.1 + uses: grafana/writers-toolkit/build-website@c4d7ace958fbe105b9b1efd543129ad1b40401ef # build-website/v1.0.1 with: website_directory: docs/writers-toolkit diff --git a/publish-technical-documentation-release/action.yaml b/publish-technical-documentation-release/action.yaml index e78eb50f2..eccbeb97f 100644 --- a/publish-technical-documentation-release/action.yaml +++ b/publish-technical-documentation-release/action.yaml @@ -84,7 +84,7 @@ runs: shell: bash - name: Build website - uses: grafana/writers-toolkit/build-website@4b1248585248751e3b12fd020cf7ac91540ca09c # build-website/v1.0.1 with: + uses: grafana/writers-toolkit/build-website@c4d7ace958fbe105b9b1efd543129ad1b40401ef # build-website/v1.0.1 with: source_directory: ${{ inputs.source_directory }} website_directory: ${{ inputs.website_directory }} diff --git a/publish-technical-documentation/action.yml b/publish-technical-documentation/action.yml index 57aeceafb..f23b5480b 100644 --- a/publish-technical-documentation/action.yml +++ b/publish-technical-documentation/action.yml @@ -20,7 +20,7 @@ runs: using: composite steps: - name: Build website - uses: grafana/writers-toolkit/build-website@4b1248585248751e3b12fd020cf7ac91540ca09c # build-website/v1.0.1 + uses: grafana/writers-toolkit/build-website@c4d7ace958fbe105b9b1efd543129ad1b40401ef # build-website/v1.0.1 with: source_directory: ${{ inputs.source_directory }} website_directory: ${{ inputs.website_directory }}