From a02d4a17a32c71cae35bfe3972d2699a5adde23d Mon Sep 17 00:00:00 2001 From: iminet Date: Wed, 12 Aug 2026 22:39:40 +0200 Subject: [PATCH] Update GitHub Actions workflow --- .github/workflows/hello.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index d4f9c01..a952959 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -8,7 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/setup-dotnet@v4 + - uses: actions/checkout@v6 + + - uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x'