Skip to content

Commit e3f7997

Browse files
committed
bump: upgrade version to 0.2.14 and update GitHub Actions workflow to use latest action versions
1 parent d2b8334 commit e3f7997

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Setup Node.js
2525
uses: actions/setup-node@v6
@@ -38,7 +38,7 @@ jobs:
3838
run: bun run build
3939

4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v4
41+
uses: actions/upload-pages-artifact@v5
4242
with:
4343
path: ./dist
4444

@@ -51,4 +51,4 @@ jobs:
5151
steps:
5252
- name: Deploy to GitHub Pages
5353
id: deployment
54-
uses: actions/deploy-pages@v4
54+
uses: actions/deploy-pages@v5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libredb-studio-website",
33
"type": "module",
4-
"version": "0.2.13",
4+
"version": "0.2.14",
55
"scripts": {
66
"dev": "astro dev",
77
"build": "node scripts/sync-docker-compose.mjs && astro build",

0 commit comments

Comments
 (0)