From 7927f5baec3819eb46990a5540b2fe5b0cdc84de Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Tue, 14 Mar 2023 16:35:15 -0700 Subject: [PATCH] Update build.yml Fixing base64 version action --- .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 050d1d9..8a256c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,7 +97,7 @@ jobs: - name: Get certificate id: cert_file - uses: timheuer/base64-to-file@master + uses: timheuer/base64-to-file@v1 with: fileName: 'certfile.pfx' encodedString: ${{ secrets.SIGNING_CERT }}