File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v7
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v7
1414
1515 - name : Setup .NET
16- uses : actions/setup-dotnet@v4
16+ uses : actions/setup-dotnet@v6
1717 with :
1818 global-json-file : global.json
1919
Original file line number Diff line number Diff line change 1818 image :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v7
2222
2323 - name : Log in to GHCR
2424 uses : docker/login-action@v4
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 build :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v7
2222 with :
2323 fetch-depth : 0 # git-revision-date needs full history
2424
2525 - name : Setup .NET
26- uses : actions/setup-dotnet@v4
26+ uses : actions/setup-dotnet@v6
2727 with :
2828 global-json-file : global.json
2929
4646 steps :
4747 - name : Deploy to GitHub Pages
4848 id : deployment
49- uses : actions/deploy-pages@v4
49+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 packages :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v7
2323
2424 - name : Setup .NET
25- uses : actions/setup-dotnet@v4
25+ uses : actions/setup-dotnet@v6
2626 with :
2727 global-json-file : global.json
2828
8787
8888 - name : Attach to release
8989 if : github.ref_type == 'tag'
90- uses : softprops/action-gh-release@v2
90+ uses : softprops/action-gh-release@v3
9191 with :
9292 files : out/*
Original file line number Diff line number Diff line change 1616 <PackageVersion Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 10.0.10" />
1717 <PackageVersion Include =" Microsoft.Extensions.Options" Version =" 10.0.10" />
1818 <PackageVersion Include =" Microsoft.AspNetCore.WebSockets" Version =" 2.3.0" />
19- <PackageVersion Include =" AngleSharp" Version =" 1.5.2 " />
20- <PackageVersion Include =" LibGit2Sharp" Version =" 0.31 .0" />
19+ <PackageVersion Include =" AngleSharp" Version =" 1.6.0 " />
20+ <PackageVersion Include =" LibGit2Sharp" Version =" 0.32 .0" />
2121 <!-- Pinned to the 3.x line on purpose: ImageSharp 4.0 switched to the Six Labors Split
2222 License and fails the build without a registered license key (sixlabors.lic). Netdocs is
2323 a zero-config OSS tool distributed to users, so we stay on the Apache-2.0 3.1.x releases. -->
You can’t perform that action at this time.
0 commit comments