chore(deps): bump actions/checkout from 3 to 4 (#416)

This commit is contained in:
dependabot[bot]
2023-09-05 11:58:27 +00:00
committed by GitHub
parent eda891258c
commit 540c8ac803
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download Go modules
run: go mod download