File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 build :
2727 needs : prepare_jobs
2828 name : dargstack rgen
29- uses : dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.5.11
29+ uses : dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.5.12
3030 if : needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
3131 release-semantic :
3232 needs : build
3333 name : Semantic Release
34- uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.11
34+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.12
3535 permissions :
3636 contents : write
3737 secrets :
Original file line number Diff line number Diff line change 88jobs :
99 release-schedule :
1010 name : " Release: Scheduled"
11- uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.5.11
11+ uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.5.12
1212 secrets :
1313 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414 with :
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ services:
184184 GF_SECURITY_ADMIN_PASSWORD__FILE : /run/secrets/grafana_admin_password
185185 GF_SECURITY_ADMIN_USER__FILE : /run/secrets/grafana_admin_user
186186 GF_SERVER_ROOT_URL : https://grafana.${STACK_DOMAIN}/
187- image : grafana/grafana:12.0.1
187+ image : grafana/grafana:12.0.2
188188 secrets :
189189 - grafana_admin_email
190190 - grafana_admin_password
You can’t perform that action at this time.
0 commit comments