File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ${{ matrix.os }}
1313 name : Test gittuf installer with default version
1414 steps :
15- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
15+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1616 - name : Install gittuf
1717 uses : ./
1818 - name : Verify install
2424 runs-on : ${{ matrix.os }}
2525 name : Test gittuf installer with specific version
2626 steps :
27- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
27+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2828 - name : Install gittuf
2929 uses : ./
3030 with :
3838 runs-on : ${{ matrix.os }}
3939 name : Test gittuf installer from main branch
4040 steps :
41- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
41+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
4242 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
4343 with :
4444 go-version : ' 1.21'
You can’t perform that action at this time.
0 commit comments