File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 steps :
1414 # Checkout for the current repo (plugin) into subfolder ./SurfTimer.Plugin
1515 - name : Checkout Plugin repo into subfolder
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 path : SurfTimer.Plugin
1919
2020 # Checkout for SurfTimer.Shared as a "sibling" folder (NOT a submodule)
2121 - name : Checkout Shared repo (sibling folder)
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 repository : tslashd/SurfTimer.Shared
2525 path : SurfTimer.Shared
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
3737
3838 # Checkout plugin repo at the tag
3939 - name : Checkout plugin repository (Timer)
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141 with :
4242 path : Timer
4343 ref : ${{ env.RELEASE_TAG }}
4444
4545 # Checkout SurfTimer.Shared as sibling folder (ProjectReference resolves via ../../SurfTimer.Shared)
4646 - name : Checkout SurfTimer.Shared
47- uses : actions/checkout@v5
47+ uses : actions/checkout@v6
4848 with :
4949 repository : tslashd/SurfTimer.Shared
5050 path : SurfTimer.Shared
You can’t perform that action at this time.
0 commit comments