ci: bump actions/checkout to v4

This commit is contained in:
K.B.Dharun Krishna 2023-12-07 13:09:50 +05:30 committed by GitHub
parent 34d3696217
commit 433b7f8256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Test
run: make test