Skip to content

Commit e780ef0

Browse files
Merge branch 'master' into hybrid-search
2 parents faf27d0 + 783a151 commit e780ef0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v5
2424
- name: golangci-lint
25-
uses: golangci/golangci-lint-action@v8.0.0
25+
uses: golangci/golangci-lint-action@v9.0.0
2626
with:
2727
verify: true
2828

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Checkout
99
uses: actions/checkout@v5
1010
- name: Check Spelling
11-
uses: rojopolis/spellcheck-github-actions@0.53.0
11+
uses: rojopolis/spellcheck-github-actions@0.54.0
1212
with:
1313
config_path: .github/spellcheck-settings.yml
1414
task_name: Markdown

0 commit comments

Comments
 (0)