Skip to content

Commit 14ea2a4

Browse files
deps(actions): bump grafana/shared-workflows (#462)
Bumps [grafana/shared-workflows](https://github.com/grafana/shared-workflows) from 828a377eed7ee1bc58ab4c0242440368812bdc02 to 364ff3cd31525ff196e8858ae2b1d9b24fbc6b44. - [Release notes](https://github.com/grafana/shared-workflows/releases) - [Changelog](https://github.com/grafana/shared-workflows/blob/main/release-please-config.json) - [Commits](grafana/shared-workflows@828a377...364ff3c) --- updated-dependencies: - dependency-name: grafana/shared-workflows dependency-version: 364ff3cd31525ff196e8858ae2b1d9b24fbc6b44 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ce0d28 commit 14ea2a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
fetch-depth: 1
4848
persist-credentials: false
49-
- uses: grafana/shared-workflows/actions/build-push-to-dockerhub@828a377eed7ee1bc58ab4c0242440368812bdc02 # main
49+
- uses: grafana/shared-workflows/actions/build-push-to-dockerhub@364ff3cd31525ff196e8858ae2b1d9b24fbc6b44 # main
5050
id: push
5151
with:
5252
repository: grafana/smtprelay
@@ -69,7 +69,7 @@ jobs:
6969
needs: [version, push-docker]
7070
steps:
7171
- name: Trigger CD workflow
72-
uses: grafana/shared-workflows/actions/trigger-argo-workflow@828a377eed7ee1bc58ab4c0242440368812bdc02 # main
72+
uses: grafana/shared-workflows/actions/trigger-argo-workflow@364ff3cd31525ff196e8858ae2b1d9b24fbc6b44 # main
7373
with:
7474
instance: ops
7575
namespace: hosted-grafana-cd

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Get App Credentials from Vault
18-
uses: grafana/shared-workflows/actions/get-vault-secrets@828a377eed7ee1bc58ab4c0242440368812bdc02 # 1.2.0
18+
uses: grafana/shared-workflows/actions/get-vault-secrets@364ff3cd31525ff196e8858ae2b1d9b24fbc6b44 # 1.2.0
1919
id: get-secrets
2020
with:
2121
repo_secrets: |

0 commit comments

Comments
 (0)