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@692973e3d937129bcbf40652eb9f2f61becf3332
15+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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@692973e3d937129bcbf40652eb9f2f61becf3332
27+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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@692973e3d937129bcbf40652eb9f2f61becf3332
41+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
4242 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
4343 with :
4444 go-version : ' 1.23'
You can’t perform that action at this time.
0 commit comments