File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515 with :
1616 # Need this to get version number from last tag
1717 fetch-depth : 0
Original file line number Diff line number Diff line change 77
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v4
10+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1111 with :
1212 # Need this to get version number from last tag
1313 fetch-depth : 0
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727 with :
2828 # Need this to get version number from last tag
2929 fetch-depth : 0
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717
1818 - name : Install python packages
1919 uses : ./.github/actions/install_requirements
You can’t perform that action at this time.
0 commit comments