From 80cbbcafbab83cb8a3228f0a63c5742257b54d9c Mon Sep 17 00:00:00 2001 From: Rafael Teixeira Date: Thu, 23 Apr 2026 17:29:08 -0300 Subject: [PATCH] Update GitHub Actions to use newer versions --- .github/workflows/dotnetcore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index e91cedb..a48cbe9 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6.0.2 - name: Setup .NET 10.0 - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: 10.0.203