Skip to content

Commit e897c4f

Browse files
chore(deps): update all non-major dependencies
1 parent e80a65c commit e897c4f

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ on:
1515
jobs:
1616
ci-optimization:
1717
name: CI optimization
18-
uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@d6dda211541b8c8c8088762ff8f4a1c4d32f047c # 3.2.1
18+
uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@a5dc6e8243538aa44ebc8ef9c4a2d2ace56569f8 # 3.2.2
1919
permissions:
2020
pull-requests: read
2121
release_semantic_dry:
2222
needs: ci-optimization
2323
if: needs.ci-optimization.outputs.continue == 'true'
2424
name: Release (semantic, dry)
25-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@d6dda211541b8c8c8088762ff8f4a1c4d32f047c # 3.2.1
25+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@a5dc6e8243538aa44ebc8ef9c4a2d2ace56569f8 # 3.2.2
2626
permissions:
2727
contents: write
2828
id-token: write
@@ -32,7 +32,7 @@ jobs:
3232
DRY_RUN: true
3333
build:
3434
name: Build
35-
uses: dargmuesli/github-actions/.github/workflows/docker.yml@d6dda211541b8c8c8088762ff8f4a1c4d32f047c # 3.2.1
35+
uses: dargmuesli/github-actions/.github/workflows/docker.yml@a5dc6e8243538aa44ebc8ef9c4a2d2ace56569f8 # 3.2.2
3636
needs: release_semantic_dry
3737
permissions:
3838
packages: write
@@ -46,7 +46,7 @@ jobs:
4646
release_semantic:
4747
needs: build
4848
name: Release (semantic)
49-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@d6dda211541b8c8c8088762ff8f4a1c4d32f047c # 3.2.1
49+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@a5dc6e8243538aa44ebc8ef9c4a2d2ace56569f8 # 3.2.2
5050
permissions:
5151
contents: write
5252
id-token: write
@@ -55,7 +55,7 @@ jobs:
5555
deploy:
5656
needs: build
5757
name: Deploy
58-
uses: dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@d6dda211541b8c8c8088762ff8f4a1c4d32f047c # 3.2.1
58+
uses: dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@a5dc6e8243538aa44ebc8ef9c4a2d2ace56569f8 # 3.2.2
5959
permissions:
6060
contents: read
6161
deployments: write

.github/workflows/release-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
release-schedule:
1212
name: "Release: Scheduled"
13-
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@d6dda211541b8c8c8088762ff8f4a1c4d32f047c # 3.2.1
13+
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@a5dc6e8243538aa44ebc8ef9c4a2d2ace56569f8 # 3.2.2
1414
permissions:
1515
contents: read
1616
secrets:

pnpm-lock.yaml

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

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"eslint-plugin-prettier": "5.5.4",
77
"lint-staged": "16.2.7",
88
"nuxt": "4.2.1",
9-
"prettier": "3.7.3",
9+
"prettier": "3.7.4",
1010
"serve": "14.2.5",
1111
"vue": "3.5.25",
1212
"vue-router": "4.6.3",

0 commit comments

Comments
 (0)