From 8a5a93bad92cb77d857348b8dda023433803210b Mon Sep 17 00:00:00 2001 From: eric sciple Date: Mon, 27 Jan 2020 10:32:00 -0500 Subject: [PATCH] . --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 40fb6bc7..623a4831 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -54,7 +54,7 @@ jobs: env: https_proxy: http://squid-proxy:3128 steps: - - uses: actions/checkout@users/ericsciple/m165proxy + - uses: actions/checkout@v2 - name: Clear tool cache run: rm -rf $RUNNER_TOOL_CACHE/* - name: Setup node 10 @@ -70,7 +70,7 @@ jobs: https_proxy: http://no-such-proxy:3128 no_proxy: github.com,nodejs.org,registry.npmjs.org steps: - - uses: actions/checkout@users/ericsciple/m165proxy + - uses: actions/checkout@v2 - name: Clear tool cache run: rm -rf $RUNNER_TOOL_CACHE/* - name: Setup node 10