Skip to content

Commit

Permalink
Update grafana/writers-toolkit digest to 1320596
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanarenovatebot[bot] authored Jan 15, 2025
1 parent 1320596 commit d21a0b0
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@4b1248585248751e3b12fd020cf7ac91540ca09c # prettier/v2.0.1
- uses: grafana/writers-toolkit/prettier@13205961f20ad13843505a9b84fdf032f911a3f4 # prettier/v2.0.1
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@4b1248585248751e3b12fd020cf7ac91540ca09c # build-website/v1.0.1
uses: grafana/writers-toolkit/build-website@13205961f20ad13843505a9b84fdf032f911a3f4 # build-website/v1.0.1
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@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 }}

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@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 }}
Expand Down

0 comments on commit d21a0b0

Please sign in to comment.