We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
purpleidea
Learn more about funding links in repositories.
Report abuse
1 parent b3a6edc commit b08136dCopy full SHA for b08136d
.github/workflows/test.yaml
@@ -40,14 +40,14 @@ jobs:
40
# Do not shallow fetch. The path can't be absolute, so we need to move it
41
# to the expected location later.
42
- name: Clone mgmt
43
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
44
with:
45
submodules: recursive
46
fetch-depth: 0
47
path: ./go/src/github.com/purpleidea/mgmt
48
49
- name: Install Go ${{ matrix.golang_version }}
50
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
51
52
go-version: ${{ matrix.golang_version }}
53
0 commit comments