Skip to content

Commit cf5fd24

Browse files
author
Marco De Salvo
committed
Upgrade GitHub actions
1 parent d3896bc commit cf5fd24

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: Setup
14-
uses: actions/setup-dotnet@v4
14+
uses: actions/setup-dotnet@v5
1515
with:
1616
dotnet-version: 8
1717
- name: Build

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: windows-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: Setup
14-
uses: actions/setup-dotnet@v4
14+
uses: actions/setup-dotnet@v5
1515
with:
1616
dotnet-version: 8
1717
- name: Build

RDFSharp.Test/RDFSharp.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</PropertyGroup>
1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
18-
<PackageReference Include="MSTest.TestAdapter" Version="4.0.0" />
19-
<PackageReference Include="MSTest.TestFramework" Version="4.0.0" />
18+
<PackageReference Include="MSTest.TestAdapter" Version="4.0.1" />
19+
<PackageReference Include="MSTest.TestFramework" Version="4.0.1" />
2020
<PackageReference Include="WireMock.Net.Minimal" Version="1.14.0" />
2121
<PackageReference Include="coverlet.collector" Version="6.0.4">
2222
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)