From 40ce62e5465ab3a4cb3254b8a2e7e74c7247ca0f Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Wed, 11 Nov 2020 15:47:42 -0500 Subject: [PATCH] gha : Update run-vcpkg to latest --- .github/workflows/ResInsightWithCache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ResInsightWithCache.yml b/.github/workflows/ResInsightWithCache.yml index c45ebd5069..9971587a77 100644 --- a/.github/workflows/ResInsightWithCache.yml +++ b/.github/workflows/ResInsightWithCache.yml @@ -129,7 +129,7 @@ jobs: # Ensure the cache is invalidated any time vcpkg version changes, or a different set of packages is being used. key: ${{ hashFiles( format('{0}/{1}', github.workspace, matrix.config.vcpkg-response-file )) }}-${{ hashFiles('.git/modules/vcpkg/HEAD') }}-${{ runner.os }}-v02 - name: Run vcpkg - uses: lukka/run-vcpkg@v1 + uses: lukka/run-vcpkg@v4 id: runvcpkg with: vcpkgArguments: '@${{ github.workspace }}/${{ matrix.config.vcpkg-response-file }}'