Update call-username.yml

This commit is contained in:
Xiufeng Guo 2024-07-10 19:42:21 +09:00
parent 43b07e21f2
commit 87acbafe70
Signed by: showfom
GPG Key ID: 29A7777777777777

View File

@ -5,9 +5,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v3 uses: actions/checkout@v4
uses: actions/setup-go@v5
with: with:
go-version: '1.20' go-version: '1.20'
- run: go version
- name: Use Go Action - name: Use Go Action
id: use-go-action id: use-go-action