Skip to content

Commit 13ce39f

Browse files
Merge pull request #14 from securebitsorg/change
Change
2 parents dbb49d7 + e9774c5 commit 13ce39f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
runs-on: ubuntu-latest
2727
env:
28-
HUGO_VERSION: 0.152.0
28+
HUGO_VERSION: 0.155.3
2929
HUGO_ENVIRONMENT: production
3030
TZ: Europe/Berlin
3131
steps:

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"workbench.colorTheme": "Default Dark Modern",
1919
"workbench.editor.autoLockGroups": {
2020
"mainThreadWebview-markdown.preview": true
21-
}
21+
},
22+
"chatgpt.openOnStartup": true
2223
}

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/securebitsorg/securebitsorg.github.io
22

3-
go 1.25.3
3+
go 1.26
44

55
require (
6-
github.com/hugo-toha/toha/v4 v4.10.0 // indirect
6+
github.com/hugo-toha/toha/v4 v4.13.0 // indirect
77

88
)

go.sum

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
github.com/hugo-toha/toha/v4 v4.10.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA=
2-
github.com/hugo-toha/toha/v4 v4.10.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=
1+
github.com/hugo-toha/toha/v4 v4.13.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=
32

0 commit comments

Comments
 (0)