Skip to content

Commit f0b208c

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/v6.1.1
32+
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v7.0.0
3333
permissions:
3434
contents: write
3535
id-token: write

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ci:
2828
name: CI
2929

30-
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v6.1.1
30+
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v7.0.0
3131

3232
# Only run CI job for PRs / non-main refs.
3333
# Main publishing is handled by the CD workflow below.
@@ -49,7 +49,7 @@ jobs:
4949
# Main-only: publish the latest build to the internal Plugin Catalog (dev)
5050
if: github.ref == 'refs/heads/main'
5151

52-
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v5.1.0
52+
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v7.0.0
5353

5454
# Publishing requires write permissions + OIDC
5555
permissions:

0 commit comments

Comments
 (0)