File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
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.9
29+ uses : dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.5.10
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.9
34+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.10
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.9
11+ uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.5.10
1212 secrets :
1313 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414 with :
Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ services:
377377 - traefik.http.services.redpanda.loadbalancer.server.port=8080
378378 environment :
379379 CONFIG_FILEPATH : /srv/app/redpanda-config.yaml
380- image : redpandadata/console:v3.1.0
380+ image : redpandadata/console:v3.1.1
381381 volumes :
382382 - ../production/configurations/redpanda/config.yaml:/srv/app/redpanda-config.yaml:ro
383383 sqitch :
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ services:
128128 - (( append ))
129129 - traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
130130 - traefik.http.routers.vibetype_secure.tls.certresolver=default
131- image : ghcr.io/maevsi/vibetype:11.1.0
131+ image : ghcr.io/maevsi/vibetype:11.5.1
132132 user : (( prune ))
133133 # vibetype_beta:
134134 # # You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
You can’t perform that action at this time.
0 commit comments