Skip to content

Commit 648dd21

Browse files
chore(deps): update all non-major dependencies
1 parent c31e979 commit 648dd21

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/release-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
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:

src/development/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

src/production/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/).

0 commit comments

Comments
 (0)