Skip to content

Commit ffc8beb

Browse files
authored
ci: Bump GitHub Actions to Node 24 runtimes (#429)
1 parent 41d44d5 commit ffc8beb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
timeout-minutes: 30
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Set up .NET SDK
23-
uses: actions/setup-dotnet@v4
23+
uses: actions/setup-dotnet@v5
2424
with:
2525
dotnet-version: ${{ matrix.DOTNET_VERSION }}
2626
- name: Cache NuGet packages
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: |
3030
~/.nuget/packages
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
OpenCover.Console.exe -returntargetcode -target:dotnet.exe -targetargs:"test --framework net${{ matrix.DOTNET_VERSION }} --configuration Debug --test-adapter-path:. --logger:console /p:DebugType=full .\Parse.Tests\Parse.Tests.csproj" -filter:"+[Parse*]* -[Parse.Tests*]*" -oldstyle -output:parse_sdk_dotnet_coverage.xml -register:user
4444
- name: Upload code coverage
45-
uses: codecov/codecov-action@v4
45+
uses: codecov/codecov-action@v5
4646
with:
4747
fail_ci_if_error: true
4848
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)