Skip to content

Commit

Permalink
Update the GitHub actions to the latest version (play-with-docker#431)
Browse files Browse the repository at this point in the history
The current version caused a warning that `set-env` command is deprecated and will be disabled soon.
  • Loading branch information
ouankou authored Oct 8, 2020
1 parent 3dccd0b commit 9563ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9563ff1

Please sign in to comment.