Skip to content

Commit b82ee45

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 b82ee45

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ jobs:
2727
build:
2828
strategy:
2929
matrix:
30-
go-version: [1.19.x, 1.20.x]
30+
go-version: [1.20.x, 1.21.x]
3131
os: [macos-latest, ubuntu-latest]
3232

3333
name: Build/Test (${{ matrix.os}}, Go ${{ matrix.go-version }})
3434
runs-on: ${{ matrix.os }}
3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- name: Setup Go
38-
uses: actions/setup-go@v3
38+
uses: actions/setup-go@v5
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)