Skip to content

Commit

Permalink
Update CI github action versions
Browse files Browse the repository at this point in the history
Older versions appear to be removed from verified status.

Signed-off-by: Dionna Glaze <[email protected]>
  • Loading branch information
deeglaze committed May 7, 2024
1 parent 53e17a6 commit 8b512a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: "3.12.4"
Expand Down Expand Up @@ -71,8 +71,8 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.6.0
- name: Golangci-lint
uses: golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a
with:
version: latest
working-directory: ./
Expand Down

0 comments on commit 8b512a2

Please sign in to comment.