We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b5db65 + 00d8d0f commit c29057eCopy full SHA for c29057e
1 file changed
.github/workflows/ci.yml
@@ -29,9 +29,9 @@ jobs:
29
contents: write
30
31
steps:
32
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
33
- name: Setup
34
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
35
with:
36
dotnet-version: 10.0.x
37
- name: Build and Publish
@@ -45,15 +45,15 @@ jobs:
45
46
build-linux:
47
name: Build (Linux)
48
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
49
50
permissions:
51
52
53
54
55
56
57
58
59
- name: Configure Docker
0 commit comments