bump to actions/checkout v4

This commit is contained in:
techknowlogick 2023-11-24 03:06:21 +00:00
parent 0adfc1c7cc
commit 61cd71c9f8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
name: check and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '>=1.21.0'