|
13 | 13 | COALESCE_VERSION: ${{inputs.COALESCE_VERSION}} |
14 | 14 |
|
15 | 15 | steps: |
16 | | - - uses: actions/checkout@v5 |
| 16 | + - uses: actions/checkout@v6 |
17 | 17 | - name: Setup dotnet |
18 | 18 | uses: actions/setup-dotnet@v5 |
19 | 19 | with: |
|
40 | 40 | working-directory: playground/Coalesce.Web.Vue3 |
41 | 41 |
|
42 | 42 | steps: |
43 | | - - uses: actions/checkout@v5 |
| 43 | + - uses: actions/checkout@v6 |
44 | 44 |
|
45 | 45 | - uses: actions/setup-dotnet@v5 |
46 | 46 | with: |
|
65 | 65 | COALESCE_VERSION: ${{inputs.COALESCE_VERSION}} |
66 | 66 |
|
67 | 67 | steps: |
68 | | - - uses: actions/checkout@v5 |
| 68 | + - uses: actions/checkout@v6 |
69 | 69 |
|
70 | 70 | # setup-node and update npm are only here to preemptively test |
71 | 71 | # the required install of npm@11 that's needed for OIDC npm publish |
@@ -113,7 +113,7 @@ jobs: |
113 | 113 | COALESCE_VERSION: ${{inputs.COALESCE_VERSION}} |
114 | 114 |
|
115 | 115 | steps: |
116 | | - - uses: actions/checkout@v5 |
| 116 | + - uses: actions/checkout@v6 |
117 | 117 |
|
118 | 118 | - run: npm ci |
119 | 119 | working-directory: ${{ github.workspace }} |
@@ -144,7 +144,7 @@ jobs: |
144 | 144 | COALESCE_VERSION: ${{inputs.COALESCE_VERSION}} |
145 | 145 |
|
146 | 146 | steps: |
147 | | - - uses: actions/checkout@v5 |
| 147 | + - uses: actions/checkout@v6 |
148 | 148 |
|
149 | 149 | - run: npm ci |
150 | 150 | working-directory: ${{ github.workspace }} |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 | working-directory: docs |
173 | 173 |
|
174 | 174 | steps: |
175 | | - - uses: actions/checkout@v5 |
| 175 | + - uses: actions/checkout@v6 |
176 | 176 | with: |
177 | 177 | # fetch all commits to get last updated time or other git log info |
178 | 178 | fetch-depth: 0 |
@@ -217,7 +217,7 @@ jobs: |
217 | 217 | COALESCE_VERSION: ${{ inputs.COALESCE_VERSION }} |
218 | 218 |
|
219 | 219 | steps: |
220 | | - - uses: actions/checkout@v5 |
| 220 | + - uses: actions/checkout@v6 |
221 | 221 |
|
222 | 222 | - name: Setup dotnet |
223 | 223 | uses: actions/setup-dotnet@v5 |
|
0 commit comments