forked from MirrorHub/mautrix-whatsapp
Update actions to checkout@v3 and setup-go@v3
This commit is contained in:
parent
3a6c314878
commit
807c59fe21
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -10,10 +10,10 @@ jobs:
|
|||
matrix:
|
||||
go-version: [1.17]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Go ${{ matrix.go-version }}
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue