Skip to content

Commit e484646

Browse files
Bump check-go-dependencies-task workflow
1 parent 9eb3ef1 commit e484646

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-go-dependencies-task.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
uses: jonabc/setup-licensed@v1
8080
with:
8181
github_token: ${{ secrets.GITHUB_TOKEN }}
82-
version: 3.x
82+
version: 4.x
8383

8484
- name: Install Go
85-
uses: actions/setup-go@v3
85+
uses: actions/setup-go@v4
8686
with:
8787
go-version: ${{ env.GO_VERSION }}
8888

@@ -135,10 +135,10 @@ jobs:
135135
uses: jonabc/setup-licensed@v1
136136
with:
137137
github_token: ${{ secrets.GITHUB_TOKEN }}
138-
version: 3.x
138+
version: 4.x
139139

140140
- name: Install Go
141-
uses: actions/setup-go@v3
141+
uses: actions/setup-go@v4
142142
with:
143143
go-version: ${{ env.GO_VERSION }}
144144

0 commit comments

Comments
 (0)