File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 contents : write
1616
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v6.0.1
1919 with :
2020 ref : ${{ github.ref }}
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 1111 contents : write
1212 steps :
1313 - name : Checkout Repository
14- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
14+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1515 with :
1616 fetch-depth : 0
1717 - name : Setup Python
Original file line number Diff line number Diff line change 1313 contents : write
1414 steps :
1515 - name : Checkout Repository
16- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
16+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717 with :
1818 fetch-depth : 0
1919 - name : Check Version
@@ -134,7 +134,7 @@ jobs:
134134 pages : write
135135 steps :
136136 - name : Checkout Repository
137- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
137+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
138138 with :
139139 ref : ${{ github.event.release.tag_name }}
140140 fetch-depth : 0
@@ -157,7 +157,7 @@ jobs:
157157 contents : read
158158 steps :
159159 - name : Checkout Repository
160- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
160+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
161161 with :
162162 ref : ${{ github.event.release.tag_name }}
163163 fetch-depth : 0
Original file line number Diff line number Diff line change 1515 permissions :
1616 contents : read
1717 steps :
18- - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
18+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1919 - name : Run Basic Tests
2020 working-directory : ${{ github.workspace }}
2121 shell : pwsh
You can’t perform that action at this time.
0 commit comments