mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-10 20:46:35 +00:00
check.yaml: update actions to v3 (#876)
This commit is contained in:
parent
844b4938ca
commit
b6d1daaf20
4
.github/workflows/check.yaml
vendored
4
.github/workflows/check.yaml
vendored
@ -9,10 +9,10 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make test
|
run: make test
|
||||||
|
Loading…
Reference in New Issue
Block a user