Skip to content

Commit 4d4de77

Browse files
authored
Merge pull request #97 from grokify/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents d6677a0 + 4080b00 commit 4d4de77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
with:
2222
go-version: ${{ matrix.go-version }}
2323
- name: Checkout code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
- name: Run tests
2626
run: go test -v -covermode=count ./...

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
platform: [ubuntu-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- name: golangci-lint
1313
uses: golangci/golangci-lint-action@v8
1414
with:

0 commit comments

Comments
 (0)