diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 179c403e50..2d41883287 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -805,7 +805,7 @@ jobs: # the check to pass. This is desired in PRs, but not in mainline. - name: Publish to Chromatic (non-mainline) if: github.ref != 'refs/heads/main' && github.repository_owner == 'coder' - uses: chromaui/action@d0795df816d05c4a89c80295303970fddd247cce # v13.1.4 + uses: chromaui/action@20c7e42e1b2f6becd5d188df9acb02f3e2f51519 # v13.2.0 env: NODE_OPTIONS: "--max_old_space_size=4096" STORYBOOK: true @@ -837,7 +837,7 @@ jobs: # infinitely "in progress" in mainline unless we re-review each build. - name: Publish to Chromatic (mainline) if: github.ref == 'refs/heads/main' && github.repository_owner == 'coder' - uses: chromaui/action@d0795df816d05c4a89c80295303970fddd247cce # v13.1.4 + uses: chromaui/action@20c7e42e1b2f6becd5d188df9acb02f3e2f51519 # v13.2.0 env: NODE_OPTIONS: "--max_old_space_size=4096" STORYBOOK: true diff --git a/.github/workflows/docs-ci.yaml b/.github/workflows/docs-ci.yaml index 2ec2a5beae..eb64a35ffa 100644 --- a/.github/workflows/docs-ci.yaml +++ b/.github/workflows/docs-ci.yaml @@ -30,7 +30,7 @@ jobs: - name: Setup Node uses: ./.github/actions/setup-node - - uses: tj-actions/changed-files@1ac60965030588f3b867cdd4a3900f37ec99970c # v45.0.7 + - uses: tj-actions/changed-files@4563c729c555b4141fac99c80f699f571219b836 # v45.0.7 id: changed-files with: files: |