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 9eb3ef1 commit e484646Copy full SHA for e484646
.github/workflows/check-go-dependencies-task.yml
@@ -79,10 +79,10 @@ jobs:
79
uses: jonabc/setup-licensed@v1
80
with:
81
github_token: ${{ secrets.GITHUB_TOKEN }}
82
- version: 3.x
+ version: 4.x
83
84
- name: Install Go
85
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
86
87
go-version: ${{ env.GO_VERSION }}
88
@@ -135,10 +135,10 @@ jobs:
135
136
137
138
139
140
141
142
143
144
0 commit comments