From b3c878fa1321e1ef64a5ff8d0580ed6d23b48d7a Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 20:22:24 +0000 Subject: [PATCH] Update grafana/writers-toolkit digest to c21c67b --- .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 69a6d12b5..0eaa31ef9 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@62fe122eb653707d1c49bc0e41cf4b9704c9064b # prettier/v2.0.0 + - uses: grafana/writers-toolkit/prettier@c21c67bc79ebe44a30321d501a21eaf1b9885805 # prettier/v2.0.0 with: branch: ${{ env.GITHUB_REF }} diff --git a/.github/workflows/validate-documentation.yml b/.github/workflows/validate-documentation.yml index a3f63526c..ea1107ccb 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@dbbf3fc8cda31d42362948daca2360772085ae03 # build-website/v1.0.0 + uses: grafana/writers-toolkit/build-website@c21c67bc79ebe44a30321d501a21eaf1b9885805 # build-website/v1.0.0 with: website_directory: docs/writers-toolkit diff --git a/publish-technical-documentation-release/action.yaml b/publish-technical-documentation-release/action.yaml index 1cf08528d..345bce5bf 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@dbbf3fc8cda31d42362948daca2360772085ae03 # build-website/v1.0.0 + uses: grafana/writers-toolkit/build-website@c21c67bc79ebe44a30321d501a21eaf1b9885805 # build-website/v1.0.0 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 d370b7ea3..05eba0421 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@dbbf3fc8cda31d42362948daca2360772085ae03 # build-website/v1.0.0 + uses: grafana/writers-toolkit/build-website@c21c67bc79ebe44a30321d501a21eaf1b9885805 # build-website/v1.0.0 with: source_directory: ${{ inputs.source_directory }} website_directory: ${{ inputs.website_directory }}