Skip to content

Commit af2f066

Browse files
chore(deps): update all non-major dependencies
1 parent 410a219 commit af2f066

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
build:
2929
needs: prepare_jobs
3030
name: dargstack rgen
31-
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.6.5
31+
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.6.6
3232
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
3333
with:
3434
APT_PACKAGES: mkcert
3535
release-semantic:
3636
needs: build
3737
name: Semantic Release
38-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.6.5
38+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.6.6
3939
permissions:
4040
contents: write
4141
secrets:

.github/workflows/release-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
release-schedule:
1313
name: "Release: Scheduled"
14-
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.6.5
14+
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.6.6
1515
secrets:
1616
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1717
with:

src/development/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ services:
414414
# timeout: 10s
415415
# retries: 3
416416
# start_period: 10s
417-
image: redpandadata/redpanda:v25.2.6
417+
image: redpandadata/redpanda:v25.2.7
418418
volumes:
419419
- redpanda_data:/var/lib/redpanda/data
420420
redpanda-console:

0 commit comments

Comments
 (0)