Upgrade GitHub actions

Closes #633
This commit is contained in:
Andrey Nering
2021-12-19 22:06:51 -03:00
parent df4e3aea79
commit 85232bd704
2 changed files with 4 additions and 4 deletions

View File

@@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.17.x