mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-23 21:06:34 +00:00
ci: bump actions/checkout to v4
This commit is contained in:
parent
1f4511ca6e
commit
204d55ecec
2
.github/workflows/check.yaml
vendored
2
.github/workflows/check.yaml
vendored
@ -13,6 +13,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make test
|
run: make test
|
||||||
|
Loading…
Reference in New Issue
Block a user