Skip to content

Commit 252357e

Browse files
chore(deps): update all non-major dependencies
1 parent fef5dbb commit 252357e

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ on:
1515
jobs:
1616
ci-optimization:
1717
name: CI optimization
18-
uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2.0
18+
uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@d6dda211541b8c8c8088762ff8f4a1c4d32f047c # 3.2.1
1919
permissions:
2020
pull-requests: read
2121
build:
2222
needs: ci-optimization
2323
if: needs.ci-optimization.outputs.continue == 'true'
2424
name: dargstack rgen
25-
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2.0
25+
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@d6dda211541b8c8c8088762ff8f4a1c4d32f047c # 3.2.1
2626
permissions:
2727
contents: read
2828
release-semantic:
2929
needs: build
3030
name: Semantic Release
31-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2.0
31+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@d6dda211541b8c8c8088762ff8f4a1c4d32f047c # 3.2.1
3232
permissions:
3333
contents: write
3434
id-token: write

.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@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2.0
11+
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@d6dda211541b8c8c8088762ff8f4a1c4d32f047c # 3.2.1
1212
permissions:
1313
contents: read
1414
secrets:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@commitlint/cli": "20.1.0",
1919
"@commitlint/config-conventional": "20.0.0",
2020
"dargstack": "2.5.1",
21-
"dargstack_rgen": "0.9.75",
21+
"dargstack_rgen": "0.9.76",
2222
"husky": "9.1.7"
2323
}
2424
}

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/development/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ services:
100100
placement:
101101
constraints:
102102
- node.role == manager
103-
image: traefik:v3.6.1@sha256:fd5932c796f7e2db9fd6bff485ef693d53797f0ee8ad03dc68aa424ea6f21958
103+
image: traefik:v3.6.2@sha256:c025135278d10f0fb6e54cb2b2dbadb3c3f0381a2c508cd74c06a74cb5a0e828
104104
ports:
105105
- mode: host
106106
protocol: tcp

0 commit comments

Comments
 (0)