mirror of
https://gitee.com/johng/gf
synced 2026-07-06 13:42:46 +08:00
feat: upgrade action/checkout to v4 (#2948)
This commit is contained in:
4
.github/workflows/cli.yml
vendored
4
.github/workflows/cli.yml
vendored
@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user