Update the GitHub actions to the latest version (#431)

The current version caused a warning that `set-env` command is deprecated and will be disabled soon.
This commit is contained in:
Anjia Wang
2020-10-08 18:09:01 -04:00
committed by GitHub
parent 3dccd0b0c0
commit 9563ff1f3f

View File

@@ -17,9 +17,9 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 uses: actions/checkout@v2
- name: Install Go - name: Install Go
uses: actions/setup-go@9fbc767707c286e568c92927bbf57d76b73e0892 uses: actions/setup-go@v2
with: with:
go-version: ${{ matrix.go_version }} go-version: ${{ matrix.go_version }}
- name: Generate - name: Generate