Skip to content

Commit 2d8d73f

Browse files
chore(deps): update grafana/plugin-ci-workflows/ci-cd-workflows action to v6.1.0
| datasource | package | from | to | | ----------- | --------------------------- | ---------------------- | ---------------------- | | github-tags | grafana/plugin-ci-workflows | ci-cd-workflows/v5.1.0 | ci-cd-workflows/v6.1.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 9a2256f commit 2d8d73f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
environment: [dev, ops, prod]
3131
name: CD
32-
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v5.1.0
32+
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v6.1.0
3333
permissions:
3434
contents: write
3535
id-token: write

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: {}
1111
jobs:
1212
ci:
1313
name: CI
14-
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v5.1.0
14+
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v6.1.0
1515
permissions:
1616
contents: read
1717
id-token: write

0 commit comments

Comments
 (0)