We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6651e8 commit 139d0d8Copy full SHA for 139d0d8
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
go-version: ^1.13
16
17
- name: Check out code into the Go module directory
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
19
20
- name: Build
21
run: go build ./...
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
36
37
38
39
- name: Conventional Changelog Action
40
id: changelog
0 commit comments