Skip to content

Commit 7870c39

Browse files
Merge pull request #88 from gonvenience/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents c054b16 + 1f9de72 commit 7870c39

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
go-version: stable
2323

2424
- name: Check out code into the Go module directory
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: golangci-lint
2828
uses: golangci/golangci-lint-action@v9

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: stable
2323

2424
- name: Check out code into the Go module directory
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Run Go Unit Tests
2828
run: |

0 commit comments

Comments
 (0)