Skip to content

Commit 8b512a2

Browse files
committed
Update CI github action versions
Older versions appear to be removed from verified status. Signed-off-by: Dionna Glaze <[email protected]>
1 parent 53e17a6 commit 8b512a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
go-version: ${{ matrix.go-version }}
4141
- name: Install Protoc
42-
uses: arduino/setup-protoc@v1
42+
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b
4343
with:
4444
repo-token: ${{ secrets.GITHUB_TOKEN }}
4545
version: "3.12.4"
@@ -71,8 +71,8 @@ jobs:
7171
- uses: actions/setup-go@v2
7272
with:
7373
go-version: ${{ matrix.go-version }}
74-
- name: Run golangci-lint
75-
uses: golangci/golangci-lint-action@v3.6.0
74+
- name: Golangci-lint
75+
uses: golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a
7676
with:
7777
version: latest
7878
working-directory: ./

0 commit comments

Comments
 (0)