1313 COALESCE_VERSION : ${{inputs.COALESCE_VERSION}}
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Setup dotnet
1818 uses : actions/setup-dotnet@v4
1919 with :
4040 working-directory : playground/Coalesce.Web.Vue3
4141
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444
4545 - uses : actions/setup-dotnet@v4
4646 with :
6565 COALESCE_VERSION : ${{inputs.COALESCE_VERSION}}
6666
6767 steps :
68- - uses : actions/checkout@v4
68+ - uses : actions/checkout@v5
6969
7070 - run : npm ci
7171 working-directory : ${{ github.workspace }}
@@ -103,7 +103,7 @@ jobs:
103103 COALESCE_VERSION : ${{inputs.COALESCE_VERSION}}
104104
105105 steps :
106- - uses : actions/checkout@v4
106+ - uses : actions/checkout@v5
107107
108108 - run : npm ci
109109 working-directory : ${{ github.workspace }}
@@ -131,7 +131,7 @@ jobs:
131131 working-directory : docs
132132
133133 steps :
134- - uses : actions/checkout@v4
134+ - uses : actions/checkout@v5
135135 with :
136136 # fetch all commits to get last updated time or other git log info
137137 fetch-depth : 0
@@ -157,7 +157,7 @@ jobs:
157157 working-directory : docs
158158
159159 steps :
160- - uses : actions/checkout@v4
160+ - uses : actions/checkout@v5
161161
162162 - run : npm ci
163163 # working-directory: ${{ github.workspace }}
@@ -199,7 +199,7 @@ jobs:
199199 COALESCE_VERSION : ${{ inputs.COALESCE_VERSION }}
200200
201201 steps :
202- - uses : actions/checkout@v4
202+ - uses : actions/checkout@v5
203203
204204 - name : Setup dotnet
205205 uses : actions/setup-dotnet@v4
0 commit comments