Skip to content

Commit

Permalink
Update grafana/writers-toolkit digest to c21c67b
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanarenovatebot[bot] authored Jan 14, 2025
1 parent c21c67b commit b3c878f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/validate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion publish-technical-documentation-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion publish-technical-documentation/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b3c878f

Please sign in to comment.