File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 www_branch_count : ${{ steps.check_branches.outputs.www_branch_count }}
1212 fbsource_branch_count : ${{ steps.check_branches.outputs.fbsource_branch_count }}
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : " Check branches"
1616 id : check_branches
1717 run : |
@@ -179,7 +179,7 @@ jobs:
179179 if : ${{ (github.ref == 'refs/heads/main' && needs.download_artifacts.outputs.www_branch_count == '0') || github.ref == 'refs/heads/meta-www' }}
180180 runs-on : ubuntu-latest
181181 steps :
182- - uses : actions/checkout@v3
182+ - uses : actions/checkout@v4
183183 with :
184184 ref : builds/facebook-www
185185 - name : Ensure clean directory
@@ -215,7 +215,7 @@ jobs:
215215 runs-on : ubuntu-latest
216216 if : ${{ (github.ref == 'refs/heads/main' && needs.download_artifacts.outputs.fbsource_branch_count == '0') || github.ref == 'refs/heads/meta-fbsource' }}
217217 steps :
218- - uses : actions/checkout@v3
218+ - uses : actions/checkout@v4
219219 with :
220220 ref : main
221221 repository : facebook/react-fbsource-import
You can’t perform that action at this time.
0 commit comments