File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : 🛒 Checkout repository
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 - uses : actions/setup-dotnet@v5
3333 with :
3434 dotnet-version : " 8.0.x"
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : 🛒 Checkout repository
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323 token : ${{ secrets.PAT }}
Original file line number Diff line number Diff line change 3131 steps :
3232
3333 - name : 🛒 Checkout repository
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535
3636 - uses : actions/setup-dotnet@v5
3737 with :
Original file line number Diff line number Diff line change 2222 runs-on : ${{ matrix.os }}
2323 steps :
2424 - name : 🛒 Checkout repository
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 - name : 🛠️ Run Smoke Test (Production)
2727 run : ./smoke-tests.ps1 -Production
2828 working-directory : test
Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.os }}
2020 steps :
2121 - name : 🛒 Checkout repository
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 - name : 🛠️ Run Smoke Test (Local)
2424 run : ./smoke-tests.ps1
2525 working-directory : test
Original file line number Diff line number Diff line change 2020 name : 🚚 Prepare new release
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - uses : actions/setup-dotnet@v5
2525 with :
2626 dotnet-version : " 8.0.x"
Original file line number Diff line number Diff line change 1515 VSIX :
1616 runs-on : windows-2025
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Sets environment variables - branch-name
2020 uses : nelonoel/branch-name@v1.0.1
2121 - name : Sets environment variables - Nerdbank.GitVersioning
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : 🛒 Checkout repository
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 - name : 🛠️ Run Smoke Test
3434 run : ./smoke-tests.ps1
3535 working-directory : test
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 - name : Setup Pages
3535 uses : actions/configure-pages@v5
3636 - name : Copy images
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : 🛒 Checkout repository
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727
2828 - uses : actions/setup-dotnet@v5
2929 with :
You can’t perform that action at this time.
0 commit comments