Update bump version flow (#90130)

This commit is contained in:
Andreas Christou
2024-07-05 13:02:43 +01:00
committed by GitHub
parent 355452fad3
commit 59893f2722
+6 -1
View File
@@ -63,7 +63,11 @@ jobs:
repository: "grafana/grafana-github-actions"
path: ./actions
ref: main
- uses: actions/setup-node@v3.5.1
# Go is required for also updating the schema versions as part of the precommit hook:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install Actions
@@ -79,3 +83,4 @@ jobs:
with:
token: ${{ steps.generate_token.outputs.token }}
metricsWriteAPIKey: ${{ secrets.GRAFANA_MISC_STATS_API_KEY }}
precommit_make_target: gen-cue