diff --git a/.gitea/workflows/call-username.yml b/.gitea/workflows/call-username.yml index b826569..1177310 100644 --- a/.gitea/workflows/call-username.yml +++ b/.gitea/workflows/call-username.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: '1.20' - name: Print Output - run: echo 'output time is ${{ steps.use-go-action.outputs.time }}' \ No newline at end of file + run: go version \ No newline at end of file