feat: upgrade action/checkout to v4 (#2948)

This commit is contained in:
houseme
2023-09-12 21:20:10 +08:00
committed by GitHub
parent ccc959a2d3
commit e2ed058e3b
5 changed files with 10 additions and 10 deletions

View File

@ -16,12 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Github Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set Up Golang Environment
uses: actions/setup-go@v4
with:
go-version: 1.20.6
go-version: 1.20.8
- name: Build CLI Binary
run: |