Skip to content

Commit 2b019b0

Browse files
Merge 6917859 into a491aaf
2 parents a491aaf + 6917859 commit 2b019b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3.5.3
14+
- uses: actions/checkout@v4.1.0
1515

1616
- name: Set up Go
1717
uses: actions/setup-go@v4
@@ -31,7 +31,7 @@ jobs:
3131
name: lint
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v3.5.3
34+
- uses: actions/checkout@v4.1.0
3535
- name: golangci-lint
3636
uses: golangci/golangci-lint-action@v3
3737
with:

0 commit comments

Comments
 (0)