diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index b5f8625..845d2cd 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -33,12 +33,12 @@ jobs: with: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.1.1 + uses: gittools/actions/gitversion/setup@v3.0.0 with: versionSpec: "5.x" - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v1.1.1 + uses: gittools/actions/gitversion/execute@v3.0.0 with: useConfigFile: true diff --git a/bun.lockb b/bun.lockb index ff7924a..aac94e0 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d3ce423..777d842 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/wicg-file-system-access": "^2023.10.5", "bun-types": "^1.1.34", "jsdom": "^25.0.1", - "vite-plugin-pwa": "^0.20.5", + "vite-plugin-pwa": "^0.21.0", "workbox-window": "^7.3.0" } } \ No newline at end of file