Skip to content

Commit 7f1fa1e

Browse files
authored
Merge pull request #302 from grokify/dependabot/github_actions/actions/checkout-5.0.0
build(deps): bump actions/checkout from 4.2.2 to 5.0.0
2 parents ceb9b38 + 154b82f commit 7f1fa1e

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.2.2
24+
uses: actions/checkout@v5.0.0
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
@@ -9,7 +9,7 @@ jobs:
99
platform: [ubuntu-latest]
1010
runs-on: ${{ matrix.platform }}
1111
steps:
12-
- uses: actions/checkout@v4.2.2
12+
- uses: actions/checkout@v5.0.0
1313
- name: golangci-lint
1414
uses: golangci/[email protected]
1515
with:

0 commit comments

Comments
 (0)