From 668f4c5b2d684c6f610e077c4701bcad58d33335 Mon Sep 17 00:00:00 2001 From: Jeremy Salankey Date: Fri, 16 Jul 2021 16:34:18 -0600 Subject: [PATCH] fix(actions): try using checkout v1 to workaround error --- .github/workflows/release-to-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-to-master.yml b/.github/workflows/release-to-master.yml index 6ff29f922..4d15db1b2 100644 --- a/.github/workflows/release-to-master.yml +++ b/.github/workflows/release-to-master.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v1 with: persist-credentials: false