File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 - master
1616 - 3.6
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 with :
2020 ref : ${{ matrix.branch }}
2121
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-20.04
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717
1818 - name : Install dependencies
1919 run : |
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222
2323 steps :
2424 - name : Checkout the documentation repository
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626
2727 - name : Checkout the engine repository
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929 with :
3030 repository : ' godotengine/godot'
3131 # Use the appropriate branch for the documentation version.
You can’t perform that action at this time.
0 commit comments