diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99300757..af40883b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: fetch-depth: 0 @@ -59,7 +59,7 @@ jobs: - name: Switch to PR branch if: ${{ github.event_name == 'pull_request' && env.CHROMATIC_PROJECT_TOKEN }} - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: clean: false fetch-depth: 0 @@ -67,7 +67,7 @@ jobs: - name: Storybook deploy if: ${{ env.CHROMATIC_PROJECT_TOKEN }} - uses: chromaui/action@05812acac141ce7d317a3f787be88122bca27cf4 + uses: chromaui/action@c49581ed7e45543eef2b5d727cf97a688a83e7d8 with: autoAcceptChanges: main branchName: ${{ env.CHROMATIC_BRANCH}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81232338..9eeb26bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: fetch-depth: 0