Skip to content
This repository was archived by the owner on Aug 16, 2026. It is now read-only.

Commit d30cf6f

Browse files
fix(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab51794 commit d30cf6f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
19+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
2020
with:
2121
go-version: 1.26.4
2222

@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4747

4848
- name: Set up Go
49-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
49+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
5050
with:
5151
go-version: 1.26.4
5252

.github/workflows/deploy_website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js
3232
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3333
with:
34-
node-version: 24.17.0
34+
node-version: 24.18.0
3535
cache: "npm"
3636
cache-dependency-path: ./www/package-lock.json
3737

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
VERSION: ${{ inputs.version }}
6363

6464
- name: Set up Go
65-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
65+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
6666
with:
6767
go-version: 1.26.4
6868

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/starlight": "0.40.0",
13+
"@astrojs/starlight": "0.41.1",
1414
"astro": "6.4.8",
1515
"sharp": "0.35.2",
1616
"starlight-auto-sidebar": "0.4.0",
17-
"starlight-blog": "0.26.1",
17+
"starlight-blog": "0.27.0",
1818
"starlight-fullview-mode": "0.2.6"
1919
}
2020
}

0 commit comments

Comments
 (0)