github: New versions of github actions
This commit is contained in:
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -40,14 +40,14 @@ jobs:
|
|||||||
# Do not shallow fetch. The path can't be absolute, so we need to move it
|
# Do not shallow fetch. The path can't be absolute, so we need to move it
|
||||||
# to the expected location later.
|
# to the expected location later.
|
||||||
- name: Clone mgmt
|
- name: Clone mgmt
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
path: ./go/src/github.com/purpleidea/mgmt
|
path: ./go/src/github.com/purpleidea/mgmt
|
||||||
|
|
||||||
- name: Install Go ${{ matrix.golang_version }}
|
- name: Install Go ${{ matrix.golang_version }}
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.golang_version }}
|
go-version: ${{ matrix.golang_version }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user