File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout Repository
19- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020 with :
2121 ref : ${{ github.ref }}
2222 fetch-depth : 0
Original file line number Diff line number Diff line change 1414 contents : write
1515 steps :
1616 - name : Checkout Repository
17- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818 with :
1919 fetch-depth : 0
2020 - name : Setup Python
Original file line number Diff line number Diff line change 1616 contents : write
1717 steps :
1818 - name : Checkout Repository
19- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020 with :
2121 fetch-depth : 0
2222 - name : Check Version
@@ -137,7 +137,7 @@ jobs:
137137 pages : write
138138 steps :
139139 - name : Checkout Repository
140- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0
140+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.0.0
141141 with :
142142 ref : ${{ github.event.release.tag_name }}
143143 fetch-depth : 0
@@ -160,7 +160,7 @@ jobs:
160160 contents : read
161161 steps :
162162 - name : Checkout Repository
163- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
163+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
164164 with :
165165 ref : ${{ github.event.release.tag_name }}
166166 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 permissions :
1919 contents : read
2020 steps :
21- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
21+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222 - name : Run Basic Tests
2323 working-directory : ${{ github.workspace }}
2424 shell : pwsh
You can’t perform that action at this time.
0 commit comments