From 9cc84396dfcc9e791d2cf3e8817a5593c80344ae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Feb 2025 18:53:37 +0000 Subject: [PATCH 1/2] Update cake-build/cake-action digest to 5167c3f --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a18236b..9ece859 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: global-json-file: global.json - name: Run Cake script - uses: cake-build/cake-action@e313098c20bca582d10e19cbae215378d1f3b903 + uses: cake-build/cake-action@5167c3f6a9e15c76f009de2acdfb9488552bc0b9 env: NuGetReportSettings_SharedKey: ${{ secrets.NUGETREPORTSETTINGS_SHAREDKEY }} NuGetReportSettings_WorkspaceId: ${{ secrets.NUGETREPORTSETTINGS_WORKSPACEID }} From 007ceab2ef267ecc5e37ddcba647c53bd6424a09 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Thu, 6 Feb 2025 19:59:10 +0100 Subject: [PATCH 2/2] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ece859..7469744 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: global-json-file: global.json - name: Run Cake script - uses: cake-build/cake-action@5167c3f6a9e15c76f009de2acdfb9488552bc0b9 + uses: cake-build/cake-action@v3 env: NuGetReportSettings_SharedKey: ${{ secrets.NUGETREPORTSETTINGS_SHAREDKEY }} NuGetReportSettings_WorkspaceId: ${{ secrets.NUGETREPORTSETTINGS_WORKSPACEID }}