We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf823ea commit 56f9da2Copy full SHA for 56f9da2
.github/workflows/publish.yaml
@@ -27,7 +27,7 @@ on:
27
jobs:
28
cd:
29
name: CD
30
- uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@main
+ uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v4.1.0
31
with:
32
go-version: '1.25'
33
golangci-lint-version: '2.4.0'
.github/workflows/push.yaml
@@ -14,7 +14,7 @@ on:
14
15
ci:
16
name: CI
17
- uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@main
+ uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v4.1.0
18
19
20
0 commit comments