From 3201493ef9a5d9203326002840f3c7cc8f60d4f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 21:46:00 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet digest to aab9aab --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 9c60229..f0bcf79 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # tag=v2 + uses: actions/setup-dotnet@aab9aab748f8033383c9d71b9f744b3a8aa20249 # v2 with: dotnet-version: '7.0.x' include-prerelease: true