Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 93d646b

Browse files
authored
Merge pull request #34 from gripmock/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 801120f + fbf8862 commit 93d646b

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
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
go-version: [ '1.24' ]
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Setup Go
1919
uses: actions/setup-go@v6
2020
with:

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
go-version: [ '1.24' ]
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Setup Go
1616
uses: actions/setup-go@v6
1717
with:

0 commit comments

Comments
 (0)