Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kruining committed Nov 14, 2024
2 parents c9f0a57 + 4bf8c61 commit 1a90ddf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 1a90ddf

Please sign in to comment.