chore(deps): update actions/checkout action to v4 #19
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# See https://github.com/actions/cache/blob/master/examples.md#go---modules
|
# See https://github.com/actions/cache/blob/master/examples.md#go---modules
|
||||||
- name: Cache Go Modules
|
- name: Cache Go Modules
|
||||||
|
Loading…
Reference in New Issue
Block a user