From a5a711abff345e76ccf014de2f07bdf8f100ae0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 08:09:05 +0200 Subject: [PATCH] chore(deps): pin verdaccio/action-netlify-deploy action to 1c086d5 (#3723) --- .github/workflows/ui-components.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ui-components.yml b/.github/workflows/ui-components.yml index 7328c586c..464068f24 100644 --- a/.github/workflows/ui-components.yml +++ b/.github/workflows/ui-components.yml @@ -57,7 +57,7 @@ jobs: run: cp -R packages/ui-components/public/* packages/ui-components/storybook-static - name: 🔥 Deploy Production UI Netlify if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'workflow_dispatch' - uses: verdaccio/action-netlify-deploy@v2.0.0 + uses: verdaccio/action-netlify-deploy@1c086d59169edeec9254672c7de17d2ceac3928f # v2.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }} @@ -65,7 +65,7 @@ jobs: build-dir: './packages/ui-components/storybook-static' - name: 🤖 Deploy Preview UI Components Netlify if: github.repository == 'verdaccio/verdaccio' - uses: verdaccio/action-netlify-deploy@v2.0.0 + uses: verdaccio/action-netlify-deploy@1c086d59169edeec9254672c7de17d2ceac3928f # v2.0.0 id: netlify_preview_ui with: draft: true