From dca71b2e0b6124c09fde59fb3111def8865cd2c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 10:07:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 8e5e7e5 --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1ca4bb0..825807a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -10,7 +10,7 @@ jobs: runs-on: windows-latest steps: - name: 'Checkout' - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Test functions run: dotnet test --configuration Release src/Hashflags.Tests