Skip to content

Commit d7358e2

Browse files
committed
update last actions/checkout from v3 to v4
1 parent 624c05a commit d7358e2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,26 @@ jobs:
3131

3232
- name: Set PATH
3333
run: echo "${GITHUB_WORKSPACE}/.local/bin" >>"${GITHUB_PATH}"
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
35+
3536
- if: matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest'
3637
run: make ensure-goimports
38+
3739
- if: matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest'
3840
run: make lint
41+
3942
- run: make vet
4043
- run: make test
4144
- run: make check-binary-size
45+
4246
- if: matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest'
4347
run: make generate
48+
4449
- run: make diffcheck
50+
4551
- if: matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest'
4652
run: make v3diff
53+
4754
- if: success() && matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest'
4855
uses: codecov/codecov-action@v4
4956
with:

0 commit comments

Comments
 (0)