Update actions/checkout from 3 to 4 (#1676)

This commit is contained in:
dependabot[bot] 2023-10-04 00:11:50 +08:00 committed by GitHub
parent 0861faf2f2
commit ecb4f62b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@ -19,7 +19,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get dependencies
run: |