Skip to content

Commit 49d4f2a

Browse files
authored
Merge pull request #316 from HTL-Steyr/develop
release
2 parents f0acdd0 + 09dd718 commit 49d4f2a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525

2626
- name: Setup Bun
27-
uses: oven-sh/setup-bun@v1
27+
uses: oven-sh/setup-bun@v2
2828

2929
- name: Setup Pages
3030
uses: actions/configure-pages@v5
@@ -36,7 +36,7 @@ jobs:
3636
run: bun run build:docs
3737

3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v3
39+
uses: actions/upload-pages-artifact@v4
4040
with:
4141
path: docs/.vitepress/dist
4242

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- name: checkout repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v5
2121

2222
- name: set up bun
23-
uses: oven-sh/setup-bun@v1
23+
uses: oven-sh/setup-bun@v2
2424

2525
- name: install deps
2626
run: bun install

apps/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@vueuse/core": "^13.4.0",
2929
"@vueuse/nuxt": "^13.4.0",
3030
"nuxt": "3.18.0",
31-
"vue": "3.5.13",
31+
"vue": "3.5.22",
3232
"vue-router": "4.5.1",
3333
"zod": "^3.25.67"
3434
},

0 commit comments

Comments
 (0)