Skip to content

Commit 5d36254

Browse files
committed
Merge branch 'dev' of https://github.com/Somfic/EliteAPI into dev
2 parents 6210bc1 + 7b10485 commit 5d36254

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dotnet-version: '10.0.x'
2020

2121
- name: cache nuget packages
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: ~/.nuget/packages
2525
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
@@ -46,7 +46,7 @@ jobs:
4646
dotnet-version: '10.0.x'
4747

4848
- name: cache nuget packages
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
path: ~/.nuget/packages
5252
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dotnet-version: '10.0.x'
2020

2121
- name: cache nuget packages
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: ~/.nuget/packages
2525
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
@@ -46,7 +46,7 @@ jobs:
4646
dotnet-version: '10.0.x'
4747

4848
- name: cache nuget packages
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
path: ~/.nuget/packages
5252
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

EliteAPI.Tests/EliteAPI.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="TUnit" Version="1.3.15" />
10+
<PackageReference Include="TUnit" Version="1.5.80" />
1111
<PackageReference Include="FluentAssertions" Version="8.8.0" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)