We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d23fe3 commit 5cd58d4Copy full SHA for 5cd58d4
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- name: Setup Go
18
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
19
with:
20
go-version: '1.*'
21
- name: Get dependencies
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
.github/workflows/semanticore.yml
@@ -13,7 +13,7 @@ jobs:
13
14
fetch-depth: 0
- name: Semanticore
0 commit comments