Skip to content

Commit 139d0d8

Browse files
chore(deps): update actions/checkout action to v5
1 parent e6651e8 commit 139d0d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
go-version: ^1.13
1616

1717
- name: Check out code into the Go module directory
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v5
1919

2020
- name: Build
2121
run: go build ./...
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535

3636
- name: Check out code into the Go module directory
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v5
3838

3939
- name: Conventional Changelog Action
4040
id: changelog

0 commit comments

Comments
 (0)