From d21a0b0f1ebffd0bd8bd6b21e6c2516ec7fd15d4 Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 08:23:11 +0000 Subject: [PATCH] Update grafana/writers-toolkit digest to 1320596 --- .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..c7f4923bb 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@13205961f20ad13843505a9b84fdf032f911a3f4 # prettier/v2.0.1 with: branch: ${{ env.GITHUB_REF }} diff --git a/.github/workflows/validate-documentation.yml b/.github/workflows/validate-documentation.yml index 77ec221d5..a2965d920 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@13205961f20ad13843505a9b84fdf032f911a3f4 # 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..8adbf79ec 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@13205961f20ad13843505a9b84fdf032f911a3f4 # 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..d394afd8b 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@13205961f20ad13843505a9b84fdf032f911a3f4 # build-website/v1.0.1 with: source_directory: ${{ inputs.source_directory }} website_directory: ${{ inputs.website_directory }}