This commit is contained in:
Chris Kruining 2024-11-14 20:49:50 +01:00
commit 1a90ddf667
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
3 changed files with 3 additions and 3 deletions

View file

@ -33,12 +33,12 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install GitVersion - name: Install GitVersion
uses: gittools/actions/gitversion/setup@v1.1.1 uses: gittools/actions/gitversion/setup@v3.0.0
with: with:
versionSpec: "5.x" versionSpec: "5.x"
- name: Determine Version - name: Determine Version
id: gitversion id: gitversion
uses: gittools/actions/gitversion/execute@v1.1.1 uses: gittools/actions/gitversion/execute@v3.0.0
with: with:
useConfigFile: true useConfigFile: true

BIN
bun.lockb

Binary file not shown.

View file

@ -31,7 +31,7 @@
"@types/wicg-file-system-access": "^2023.10.5", "@types/wicg-file-system-access": "^2023.10.5",
"bun-types": "^1.1.34", "bun-types": "^1.1.34",
"jsdom": "^25.0.1", "jsdom": "^25.0.1",
"vite-plugin-pwa": "^0.20.5", "vite-plugin-pwa": "^0.21.0",
"workbox-window": "^7.3.0" "workbox-window": "^7.3.0"
} }
} }