Skip to content

Commit b436928

Browse files
committed
chore: update workflows
1 parent 005a828 commit b436928

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
HUGO_VERSION: 0.54.0
15+
permissions:
16+
contents: write
1517

1618
steps:
1719
- uses: actions/checkout@v5

.github/workflows/go-cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v5
26-
- uses: actions/setup-go@v5
26+
- uses: actions/setup-go@v6
2727
with:
2828
go-version: ${{ matrix.go-version }}
2929

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
26-
- uses: actions/setup-go@v5
26+
- uses: actions/setup-go@v6
2727
with:
2828
go-version: ${{ env.GO_VERSION }}
2929

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
21-
- uses: actions/setup-go@v5
21+
- uses: actions/setup-go@v6
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424

0 commit comments

Comments
 (0)