Skip to content

Commit 94a36f9

Browse files
Merge pull request #30 from NETWAYS/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents dd33b21 + 699ea5a commit 94a36f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-go@v5
1616

1717
- name: Check out code into the Go module directory
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Vet
2121
run: go vet ./...

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v5
1515

16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: golangci-lint
1919
uses: golangci/golangci-lint-action@v8

0 commit comments

Comments
 (0)