Update call-username.yml

This commit is contained in:
Xiufeng Guo 2024-07-10 19:45:24 +09:00
parent e037827399
commit 1f91612330
Signed by: showfom
GPG Key ID: 29A7777777777777

View File

@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
uses: actions/checkout@v4
uses: actions/setup-go@v5
with:
go-version: '1.20'
- run: go version
run: go version
- name: Print Output
run: echo 'output time is ${{ steps.use-go-action.outputs.time }}'