Skip to content

Commit 8132808

Browse files
authored
Merge pull request #2 from hidechae/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 1f20ce5 + 04ce228 commit 8132808

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
go-version: ['1.25']
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Set up Go
2020
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)