From 22eba2553152ad65fd54c7f0ab778c659e441778 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 19:03:01 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet digest to 8e6bd29 --- .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 b1216a8..88678d2 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup .NET - uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # tag=v2 + uses: actions/setup-dotnet@8e6bd2905eef86446227f003dda1deb3916c4aaf # v2 - name: Build run: dotnet build --configuration Release