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 }}