Skip to content

Commit f4d0aa3

Browse files
chore(deps): update grafana/plugin-ci-workflows/ci-cd-workflows action to v3.2.0
1 parent 3ceb2e3 commit f4d0aa3

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
@@ -25,7 +25,7 @@ permissions: {}
2525
jobs:
2626
cd:
2727
name: CD
28-
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v3.1.0
28+
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v3.2.0
2929
permissions:
3030
contents: write
3131
id-token: write

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions: {}
1313
jobs:
1414
ci:
1515
name: CI
16-
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v3.1.0
16+
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v3.2.0
1717
permissions:
1818
contents: read
1919
id-token: write

0 commit comments

Comments
 (0)