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