File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
3434
3535 steps :
3636 - name : Checkout Code
37- uses : actions/checkout@v3
37+ uses : actions/checkout@v4
3838
3939 - name : Cache binaries
40- uses : actions/cache@v3.2.6
40+ uses : actions/cache@v3
4141 id : cache-binaries
4242 with :
4343 key : ${{ runner.os }}-binaries-${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}-${{ hashFiles('Intersect*/**/*.cs*') }}
5151 dotnet-version : 7.0.x
5252
5353 - name : Cache NuGet dependencies
54- uses : actions/cache@v3.2.6
54+ uses : actions/cache@v3
5555 id : cache-nuget
5656 if : steps.cache-binaries.outputs.cache-hit != 'true' || inputs.forceBuild == true || inputs.forceRestore == true
5757 with :
7878 run : ls -R
7979
8080 - name : Checkout assets main_upgrade branch
81- uses : actions/checkout@v3
81+ uses : actions/checkout@v4
8282 with :
8383 fetch-depth : 0
8484 path : assets_upgrade
8787 token : ${{ secrets.INTERSECTBOT_ACCESS_TOKEN }}
8888
8989 - name : Checkout target main_full branch
90- uses : actions/checkout@v3
90+ uses : actions/checkout@v4
9191 with :
9292 fetch-depth : 0
9393 path : assets_full
You can’t perform that action at this time.
0 commit comments