Skip to content

Commit a813d58

Browse files
authored
Merge branch 'main' into dependabot/go_modules/go.etcd.io/etcd/client/v3-3.6.6
2 parents 715c44e + 3fafeb0 commit a813d58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/go_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- 2380:2380
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@v8.0.0
26+
uses: golangci/golangci-lint-action@v9.1.0
2727
with:
2828
version: v2.1.5
2929
- name: Install Go

0 commit comments

Comments
 (0)