From 9563ff1f3f94ad30aa7ee3e6253bf1ecd83a2ccf Mon Sep 17 00:00:00 2001 From: Anjia Wang Date: Thu, 8 Oct 2020 18:09:01 -0400 Subject: [PATCH] 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. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bba4896..fb1351b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,9 +17,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 + uses: actions/checkout@v2 - name: Install Go - uses: actions/setup-go@9fbc767707c286e568c92927bbf57d76b73e0892 + uses: actions/setup-go@v2 with: go-version: ${{ matrix.go_version }} - name: Generate