Skip to content

Commit f28b69b

Browse files
chore(deps): Update github-actions
1 parent c721da4 commit f28b69b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/gen_coverage_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
token: ${{ steps.app-token.outputs.token }}
3232
- name: Set up Go 1.x
3333
id: setup-go
34-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
34+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3535
with:
3636
go-version: "1.26"
3737
cache: false

.github/workflows/go_mod_tidy_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
token: ${{ steps.app-token.outputs.token }}
3030
- name: Set up Go 1.x
3131
id: setup-go
32-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
32+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3333
with:
3434
go-version-file: go.mod
3535
cache: false

.github/workflows/lint_golang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 10
1818
steps:
1919
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
20+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2121
id: setup-go
2222
with:
2323
go-version-file: go.mod
@@ -35,4 +35,4 @@ jobs:
3535
- name: golangci-lint
3636
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
3737
with:
38-
version: v2.10.1
38+
version: v2.11.4

.github/workflows/lint_markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python3 -m venv "$venv"
2222
echo "$venv/bin" >> $GITHUB_PATH
2323
- name: Vale
24-
uses: errata-ai/vale-action@dcded780f1ff68e2558e802a165a484a4a3e2fb8
24+
uses: errata-ai/vale-action@0135b9fe2b3107365569cc3142b9a1c85221ea2f
2525
with:
2626
vale_flags: "--glob=!{docs/testdata/*,CHANGELOG.md,.github/styles/proselint/README.md,examples/simple_plugin/docs/*.md,coverage.md}"
2727
filter_mode: nofilter

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323
- name: Set up Go 1.x
2424
id: setup-go
25-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
25+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2626
with:
2727
go-version-file: go.mod
2828
cache: false

0 commit comments

Comments
 (0)