Skip to content

Commit 0c04ea1

Browse files
Merge pull request #67 from NETWAYS/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 4786e4b + 082273c commit 0c04ea1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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)