1515 base_ref : ${{ github.base_ref || github.event.repository.default_branch || 'master' }}
1616
1717 steps :
18- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1919 with :
2020 fetch-depth : 0
2121
5858 compile-deps :
5959 runs-on : ubuntu-latest
6060 steps :
61- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
61+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
6262 with :
6363 fetch-depth : 0
6464
7575 needs : [compile-deps]
7676 runs-on : ubuntu-latest
7777 steps :
78- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
78+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
7979 with :
8080 fetch-depth : 0
8181
9393 timeout-minutes : 1
9494
9595 steps :
96- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
96+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
9797 with :
9898 fetch-depth : 0
9999
@@ -110,7 +110,7 @@ jobs:
110110 needs : [compile]
111111 runs-on : ubuntu-latest
112112 steps :
113- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
113+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
114114 with :
115115 fetch-depth : 0
116116
@@ -123,7 +123,7 @@ jobs:
123123 needs : [compile]
124124 runs-on : ubuntu-latest
125125 steps :
126- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
126+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
127127 with :
128128 fetch-depth : 0
129129
@@ -136,7 +136,7 @@ jobs:
136136 needs : [compile]
137137 runs-on : ubuntu-latest
138138 steps :
139- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
139+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
140140 with :
141141 fetch-depth : 0
142142
@@ -149,7 +149,7 @@ jobs:
149149 needs : [compile]
150150 runs-on : ubuntu-latest
151151 steps :
152- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
152+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
153153 with :
154154 fetch-depth : 0
155155
0 commit comments